Index: trunk/admin/include/elements.php =================================================================== diff -u -N -r4199 -r4329 --- trunk/admin/include/elements.php (.../elements.php) (revision 4199) +++ trunk/admin/include/elements.php (.../elements.php) (revision 4329) @@ -95,6 +95,12 @@ //$int_toolbar_preload = array(); print "\n\t\n\t\tIn-portal\n"; + + $application =& kApplication::Instance(); + $template_cache =& $application->recallObject('TemplatesCache'); // sets THEMES_PATH constant + $m_tag_processor =& $application->recallObject('m_TagProcessor'); + echo $m_tag_processor->Base_Ref()."\n"; + if(strlen($metatag)) { print $metatag."\n";