Hi, Im trying to add a panel on the right side of the gallery to hold some php-based content.
I have been able to get the div code inserted above and below the html tags not not within the vital body tags.
Anyone know where I need to insert the code to achieve this?!
Cheers,
- Tready
Posts: 8601
templates/global.tpl
Posts: 3
yeah - Ive experimented with including but could not get the code to function. It rejected the echo statements.
Is there way to use the
{include file="gallery:`$main.viewBodyFile`" l10Domain=$main.viewL10Domain}
statement to simply get php to require a php script?
Posts: 8601
{php}include(...);{/php}
http://smarty.php.net/
Posts: 3
Works like a dream - thanks for your time.