| 
					
					
						
							
						
					
					
				 | 
				@ -111,128 +111,125 @@ function _tpl_action($type, $link=0, $wrapper=0) { | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				/* deprecated functions for backwards compatibility | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				/* fallbacks for things missing in older DokuWiki versions | 
			
		
		
	
		
			
				 | 
				 | 
				********************************************************************/ | 
				 | 
				 | 
				********************************************************************/ | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				/* if newer settings exist in the core, use them, otherwise fall back to template settings */ | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!isset($conf['tagline'])) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    $conf['tagline'] = tpl_getConf('tagline'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!isset($conf['sidebar'])) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    $conf['sidebar'] = tpl_getConf('sidebarID'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				/* these $lang strings are now in the core */ | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!isset($lang['user_tools'])) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    $lang['user_tools'] = tpl_getLang('user_tools'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!isset($lang['site_tools'])) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    $lang['site_tools'] = tpl_getLang('site_tools'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!isset($lang['page_tools'])) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    $lang['page_tools'] = tpl_getLang('page_tools'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!isset($lang['skip_to_content'])) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    $lang['skip_to_content'] = tpl_getLang('skip_to_content'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				/** | 
				 | 
				 | 
				/** | 
			
		
		
	
		
			
				 | 
				 | 
				 * Returns icon from data/media root directory if it exists, otherwise | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * the one in the template's image directory. | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @deprecated superseded by core tpl_getFavicon() | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @param  bool $abs        - if to use absolute URL | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @param  string $fileName - file name of icon | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @author Anika Henke <anika@selfthinker.org> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				 * copied from core (available since Adora Belle) | 
			
		
		
	
		
			
				 | 
				 | 
				 */ | 
				 | 
				 | 
				 */ | 
			
		
		
	
		
			
				 | 
				 | 
				function _tpl_getFavicon($abs=false, $fileName='favicon.ico') { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    if (file_exists(mediaFN($fileName))) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        return ml($fileName, '', true, '', $abs); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!function_exists('tpl_getMediaFile')) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    function tpl_getMediaFile($search, $abs = false, &$imginfo = null) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        $img     = ''; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        $file    = ''; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        $ismedia = false; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        // loop through candidates until a match was found:
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        foreach($search as $img) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            if(substr($img, 0, 1) == ':') { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                $file    = mediaFN($img); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                $ismedia = true; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            } else { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                $file    = tpl_incdir().$img; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                $ismedia = false; | 
			
		
		
	
		
			
				 | 
				 | 
				            } | 
				 | 
				 | 
				            } | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				    if($abs) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        return DOKU_URL.substr(DOKU_TPL.'images/'.$fileName, strlen(DOKU_REL)); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            if(file_exists($file)) break; | 
			
		
		
	
		
			
				 | 
				 | 
				        } | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				    return DOKU_TPL.'images/'.$fileName; | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				/* use core function if available, otherwise the custom one */ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!function_exists('tpl_getFavicon')) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    function tpl_getFavicon($abs=false, $fileName='favicon.ico') { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        _tpl_getFavicon($abs, $fileName); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        // fetch image data if requested
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        if(!is_null($imginfo)) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            $imginfo = getimagesize($file); | 
			
		
		
	
		
			
				 | 
				 | 
				        } | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        // build URL
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        if($ismedia) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            $url = ml($img, '', true, '', $abs); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        } else { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            $url = tpl_basedir().$img; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            if($abs) $url = DOKU_URL.substr($url, strlen(DOKU_REL)); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        return $url; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    } | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				/** | 
				 | 
				 | 
				/** | 
			
		
		
	
		
			
				 | 
				 | 
				 * Returns <link> tag for various icon types (favicon|mobile|generic) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @deprecated superseded by core tpl_favicon() | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @param  array $types - list of icon types to display (favicon|mobile|generic) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @author Anika Henke <anika@selfthinker.org> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				 * copied from core (available since Angua) | 
			
		
		
	
		
			
				 | 
				 | 
				 */ | 
				 | 
				 | 
				 */ | 
			
		
		
	
		
			
				 | 
				 | 
				function _tpl_favicon($types=array('favicon')) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				if (!function_exists('tpl_favicon')) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    function tpl_favicon($types = array('favicon')) { | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				        $return = ''; | 
				 | 
				 | 
				        $return = ''; | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				    foreach ($types as $type) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        foreach($types as $type) { | 
			
		
		
	
		
			
				 | 
				 | 
				            switch($type) { | 
				 | 
				 | 
				            switch($type) { | 
			
		
		
	
		
			
				 | 
				 | 
				                case 'favicon': | 
				 | 
				 | 
				                case 'favicon': | 
			
		
		
	
		
			
				 | 
				 | 
				                $return .= '<link rel="shortcut icon" href="'.tpl_getFavicon().'" />'.NL; | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    $look = array(':wiki:favicon.ico', ':favicon.ico', 'images/favicon.ico'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    $return .= '<link rel="shortcut icon" href="'.tpl_getMediaFile($look).'" />'.NL; | 
			
		
		
	
		
			
				 | 
				 | 
				                    break; | 
				 | 
				 | 
				                    break; | 
			
		
		
	
		
			
				 | 
				 | 
				                case 'mobile': | 
				 | 
				 | 
				                case 'mobile': | 
			
		
		
	
		
			
				 | 
				 | 
				                $return .= '<link rel="apple-touch-icon" href="'.tpl_getFavicon(false, 'apple-touch-icon.png').'" />'.NL; | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    $look = array(':wiki:apple-touch-icon.png', ':apple-touch-icon.png', 'images/apple-touch-icon.png'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    $return .= '<link rel="apple-touch-icon" href="'.tpl_getMediaFile($look).'" />'.NL; | 
			
		
		
	
		
			
				 | 
				 | 
				                    break; | 
				 | 
				 | 
				                    break; | 
			
		
		
	
		
			
				 | 
				 | 
				                case 'generic': | 
				 | 
				 | 
				                case 'generic': | 
			
		
		
	
		
			
				 | 
				 | 
				                    // ideal world solution, which doesn't work in any browser yet
 | 
				 | 
				 | 
				                    // ideal world solution, which doesn't work in any browser yet
 | 
			
		
		
	
		
			
				 | 
				 | 
				                $return .= '<link rel="icon" href="'.tpl_getFavicon(false, 'icon.svg').'" type="image/svg+xml" />'.NL; | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    $look = array(':wiki:favicon.svg', ':favicon.svg', 'images/favicon.svg'); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    $return .= '<link rel="icon" href="'.tpl_getMediaFile($look).'" type="image/svg+xml" />'.NL; | 
			
		
		
	
		
			
				 | 
				 | 
				                    break; | 
				 | 
				 | 
				                    break; | 
			
		
		
	
		
			
				 | 
				 | 
				            } | 
				 | 
				 | 
				            } | 
			
		
		
	
		
			
				 | 
				 | 
				        } | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				        return $return; | 
				 | 
				 | 
				        return $return; | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				/* use core function if available, otherwise the custom one */ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!function_exists('tpl_favicon')) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    function tpl_favicon($types=array('favicon')) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        _tpl_favicon($types); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    } | 
				 | 
				 | 
				    } | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				} | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				/** | 
				 | 
				 | 
				/** | 
			
		
		
	
		
			
				 | 
				 | 
				 * Include additional html file from conf directory if it exists, otherwise use | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * file in the template's root directory. | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @deprecated superseded by core tpl_includeFile() | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 * @author Anika Henke <anika@selfthinker.org> | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				 * copied from core (available since Adora Belle) | 
			
		
		
	
		
			
				 | 
				 | 
				 */ | 
				 | 
				 | 
				 */ | 
			
		
		
	
		
			
				 | 
				 | 
				function _tpl_include($fn) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $confFile = DOKU_CONF.$fn; | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $tplFile  = dirname(__FILE__).'/'.$fn; | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    if (file_exists($confFile)) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        include($confFile); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    else if (file_exists($tplFile)) | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        include($tplFile); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				/* use core function if available, otherwise the custom one */ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!function_exists('tpl_includeFile')) { | 
				 | 
				 | 
				if (!function_exists('tpl_includeFile')) { | 
			
		
		
	
		
			
				 | 
				 | 
				    function tpl_includeFile($fn) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        _tpl_include($fn); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    function tpl_includeFile($file) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        global $config_cascade; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        foreach(array('protected', 'local', 'default') as $config_group) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            if(empty($config_cascade['main'][$config_group])) continue; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            foreach($config_cascade['main'][$config_group] as $conf_file) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                $dir = dirname($conf_file); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                if(file_exists("$dir/$file")) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    include("$dir/$file"); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                    return; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				                } | 
			
		
		
	
		
			
				 | 
				 | 
				            } | 
				 | 
				 | 
				            } | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				/* if newer settings exist in the core, use them, otherwise fall back to template settings */ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!isset($conf['tagline'])) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $conf['tagline'] = tpl_getConf('tagline'); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!isset($conf['sidebar'])) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $conf['sidebar'] = tpl_getConf('sidebarID'); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!function_exists('tpl_sidebar')) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    function tpl_sidebar() { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        /* includes the given wiki page; not exactly the same as in the core */ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        tpl_include_page($conf['sidebar']); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				        } | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				/* these $lang strings are now in the core */ | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				
 | 
				 | 
				 | 
				
 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!isset($lang['user_tools'])) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $lang['user_tools'] = tpl_getLang('user_tools'); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!isset($lang['site_tools'])) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $lang['site_tools'] = tpl_getLang('site_tools'); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!isset($lang['page_tools'])) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $lang['page_tools'] = tpl_getLang('page_tools'); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				if (!isset($lang['skip_to_content'])) { | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				    $lang['skip_to_content'] = tpl_getLang('skip_to_content'); | 
				 | 
				 | 
				 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        // still here? try the template dir
 | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        $file = tpl_incdir().$file; | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        if(file_exists($file)) { | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				            include($file); | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				        } | 
			
		
		
	
		
			
				 | 
				 | 
				 | 
				 | 
				 | 
				    } | 
			
		
		
	
		
			
				 | 
				 | 
				} | 
				 | 
				 | 
				} |