コード例 #1
0
ファイル: header.php プロジェクト: seanfbrown/jinzora
 function pageTop($title = false, $endBreak = "true", $ratingItem = "")
 {
     global $site_title, $node, $jzUSER, $include_path, $disable_leftbar;
     $smarty = smartySetup();
     $blocks = new jzBlocks();
     // First let's include the settings for Slick
     include_once $include_path . "frontend/frontends/slick/settings.php";
     $smarty->display(SMARTY_ROOT . 'templates/slick/header.tpl');
     $blocks->slickHeaderBlock($node);
     $blocks->slickJukeboxBlock();
 }