Embedding help: Adding my header and footer to Gallery2
|
brianb_adk
Joined: 2006-11-09
Posts: 48 |
Posted: Thu, 2006-11-16 17:41
|
|
Didn't see much while searching for specific SSI call issues - if there's something out there I trust you will point me to it! I seem to missing one small thing in getting my header and footer into Gallery. I followed the tutorial here: http://codex.gallery2.org/index.php/Gallery2:How_to_visually_embed_G2_in_your_own_website_using_embedded_mode and seem to have part of it working. The trouble I'm having is that when I use the php include function, nothing appears on my gallery page - no error, no header menu or footer info. I set up two files - 'header.shtml' and 'footer.shtml' which contain the <!-- include... statements to my header menu and footer info. The php file then uses php includes to call those .shtml files. Here is the <body> code of my 'gallery2embedded.php' file: Quote:
<body class="gallery"> Here is the link to the attempted embedded gallery: http://www.adkgraphicdesign.com/Photography/gallery2/gallery2embedded.php And here is the link to my actual site so you can see the header and footer that should be showing: http://www.adkgraphicdesign.com Hope this is clear - I feel like I'm soooo close. Continued thanks! |
|

Posts: 48
Ooooooo! I tried entering the entire http: path to the .shtml files and it worked! Now, I am still curious why just the file name isn't working... any thoughts on that would be great.