So to include it, in my index.php i have the following line:
Code: Select all
include_once('/public_html/templates/vfxhost/lib/php/setup.php');
Code: Select all
defined('_JEXEC') or die('Restricted access');
Code: Select all
$template_width = $this->params->get('page_width');
Code: Select all
<?php echo $template_width; ?>
I'm using joomla 1.5.20 if you need any other information please let me know.
Thanks in advance!