Code: Select all
/**
* Constructor. Installs eXtreme Styles mod on first run or update and sets the root dir.
*/
function Template($root = ".")
Code: Select all
function phpbb_realpath($path)
{
global $phpbb_root_path, $phpEx;
return (!@function_exists('realpath') || !@realpath($phpbb_root_path . 'includes/functions.'.$phpEx)) ? $path : @realpath($path);
}
Code: Select all
// check for birthdays mod
if ( $template->_tpldata['.'][0]['L_WHOSBIRTHDAY_TODAY'] != '')
Code: Select all
// check for birthdays mod
if ( isset($template->_tpldata['.'][0]['L_WHOSBIRTHDAY_TODAY']) || isset($template->vars['L_WHOSBIRTHDAY_TODAY']) )
Parse error: parse error in /usr/home/my_site_name/includes/template.php(244) : eval()'d code on line 1885