* @license GPL 2 (http://www.gnu.org/licenses/gpl.html) */ global $TPL; global $ACT; $sidebar_title = $lang['sidebar']; if ($TPL->getConf('sidebarShowPageTitle')) { $sidebar_title = p_get_first_heading(page_findnearest($sidebar_page, $TPL->getConf('useACL'))); if (! $sidebar_title) $sidebar_title = $lang['sidebar']; } ?>