本文整理匯總了PHP中WoW_Template::GetPageTitle方法的典型用法代碼示例。如果您正苦於以下問題:PHP WoW_Template::GetPageTitle方法的具體用法?PHP WoW_Template::GetPageTitle怎麽用?PHP WoW_Template::GetPageTitle使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類WoW_Template
的用法示例。
在下文中一共展示了WoW_Template::GetPageTitle方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1:
<!DOCTYPE html>
<html>
<head>
<title><?php
echo WoW_Template::GetPageTitle();
?>
</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="<?php
echo WoW_Template::GetPageData('meta_description');
?>
" />
<link rel="shortcut icon" href="<?php
echo WoW::GetStaticUrl();
?>
/favicon.ico" />
<link rel="canonical" href="<?php
echo WoW::GetUrl();
?>
" />
<link rel="search" type="application/opensearchdescription+xml" href="<?php
echo WoW::GetStaticUrl();
?>
/download/searchplugins/wowhead.xml" title="Wowhead" />
<link rel="apple-touch-icon-precomposed" href="<?php
echo WoW::GetStaticUrl();
?>
/apple-touch-icon.png" />
示例2:
<div class="layout nosidebar" id="layout">
<div class="layout-inner">
<div class="header">
<h1><?php
echo WoW_Template::GetPageTitle(true);
?>
</h1>
<a href="<?php
echo WoW::GetWoWPath();
?>
/" class="header-logo"></a>
</div>
<div class="sidebar" id="sidebar">
<div class="sidebar-inner">
</div>
</div>
<div class="wrapper" id="wrapper">
<div class="wrapper-center" id="wrapper-center"></div>
<div class="wrapper-right" id="wrapper-right"><a href="#" class="header-expandsite" id="header-expandsite"></a></div>
<?php
WoW_Template::LoadTemplate('block_toplinks');
?>
<div class="toptabs" id="toptabs"></div>
<div class="topbar" id="topbar">