";
if (isset($_GET['msg'])) {
echo CsIllus::$astrMsgs[$_GET['msg']];
}
}
static function HtmlNavBar() {
foreach ( CsIllus::$pages_array as $key => $value ) {
$imgSrc = "images/tab_" .$key. ".png";
if ( $key != CsIllus::GetCurrentPage() ) {
echo "
";
} elseif ( $key != "index" ) {
echo "" ."
";
}
}
}
static function GetCurrentPage() {
$url = $_SERVER['PHP_SELF'];
$info = pathinfo($url);
return basename($url, '.' .$info['extension']);
}
static function HtmlClose() {
echo "
"; // end main div
echo "