Page 1 of 1

Basic Info about Joomla PHP in templates

Posted: Thu Apr 13, 2006 9:12 am
by eyezberg
http://www.eyezberg.com/Joomla/Template ... lates.html

Tried to compile a list with basic info about the most used PHP calls in Joomla templates; if I missed any, please let me know ;)

Re: Basic Info about Joomla PHP in templates

Posted: Thu Apr 13, 2006 9:42 am
by Damienov
Footer  ;)

Code: Select all

<?php include_once( $mosConfig_absolute_path .'/includes/footer.php' ); ?>