Example #1
0
<nav>
	<a href="/top"><?php 
echo DispatchController::outputBreadCrumb();
?>
</a>
	<!-- <div class="donate"><?php 
if (!empty(self::$donateButton)) {
    echo self::$donateButton;
}
?>
</div> -->
	<hr class="clear" />
</nav>

<div id="contentsBody">
 static function setPageTitle($title, $fullEnable = false)
 {
     self::$pagetitle = !$fullEnable ? $title . ' | ' . self::$pagetitle : $title;
 }
Example #3
0
<title><?php 
echo DispatchController::pageTitle();
?>
</title>
<meta name="description" content="<?php 
echo DispatchController::pageDescription();
?>
">
<meta name="keywords" content="<?php 
echo DispatchController::pageKeywords();
?>
" />