Example #1
0
echo $getLib->toggleMenu($p, "system_settings");
?>
><a href="?p=system_settings">系統管理</a></li>
				  <li <?php 
echo $getLib->toggleMenu($p, "about");
?>
><a href="?p=about">程式資訊</a></li>
				  <li <?php 
echo $getLib->toggleMenu($p, "logout");
?>
><a href="?p=logout">登出</a></li>
				</ul>
			  </div>
		  </div>
		</nav>
		<?php 
if ($getLib->checkVal($include_path)) {
    include $include_path;
} else {
    $error_msg = "找不到網頁";
    $error_msg_array = array();
    array_push($error_msg_array, $error_msg);
    $getLib->showErrorMsg($error_msg_array);
}
?>
	</div>
	<?php 
echo $getTmp->setFooter();
?>
  </body>
</html>