Index: trunk/admin/include/elements.php
===================================================================
diff -u -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 "<html>\n\t<head>\n\t\t<title>In-portal</title>\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";