I dislike the GDPICS gallery as the displaying the text files are very messy and it will not display subfolders alphabetically.
I am using the Single File Page Gallery (
http://sye.dk/sfpg/) and trying to implement the gallery within the gallery page.
I put the sfpg.php file inside the pages/ folder. Then I changed the directory to which the gallery is located (home/*****/public_html/tmp/gallery/) , then I included the code it requires me to which is
<?php sfpg(); ?>
However, since <?php and ?> are already implemented in the CODE module, I did this:
sfpg();
Won't display at all. Let me know and will need this for future reference as I have other php codes that need to be included within pages, not templates.