includes/template.php
changeset 85 7c68a18a27be
parent 73 0a74676a2f2f
child 86 c162ca39db8f
equal deleted inserted replaced
84:f99fb84bd959 85:7c68a18a27be
   745       'THEME_LINK'=>$theme_link,
   745       'THEME_LINK'=>$theme_link,
   746       'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme,
   746       'TEMPLATE_DIR'=>scriptPath.'/themes/'.$this->theme,
   747       'THEME_ID'=>$this->theme,
   747       'THEME_ID'=>$this->theme,
   748       'STYLE_ID'=>$this->style,
   748       'STYLE_ID'=>$this->style,
   749       'JS_DYNAMIC_VARS'=>$js_dynamic,
   749       'JS_DYNAMIC_VARS'=>$js_dynamic,
   750       'UNREAD_PMS'=>$session->unread_pms
   750       'UNREAD_PMS'=>$session->unread_pms,
       
   751       'URL_ABOUT_ENANO' => makeUrlNS('Special', 'About_Enano', true)
   751       );
   752       );
   752     
   753     
   753     foreach ( $paths->nslist as $ns_id => $ns_prefix )
   754     foreach ( $paths->nslist as $ns_id => $ns_prefix )
   754     {
   755     {
   755       $tpl_strings[ 'NS_' . strtoupper($ns_id) ] = $ns_prefix;
   756       $tpl_strings[ 'NS_' . strtoupper($ns_id) ] = $ns_prefix;