本文整理汇总了PHP中WoW::GetPageID方法的典型用法代码示例。如果您正苦于以下问题:PHP WoW::GetPageID方法的具体用法?PHP WoW::GetPageID怎么用?PHP WoW::GetPageID使用的例子?那么恭喜您, 这里精选的方法代码示例或许可以为您提供帮助。您也可以进一步了解该方法所在类WoW
的用法示例。
在下文中一共展示了WoW::GetPageID方法的2个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: url
<?php
// Data check
if (WoW_Template::GetPageIndex() == 'data') {
WoW_Template::LoadTemplate('block_data');
}
WoW_Template::LoadTemplate('block_header');
?>
<body class="<?php
echo WoW::GetPageID();
?>
">
<div style="position: absolute; width: 1px; height: 1px; background: url('images/ui/wsa-notification.png') no-repeat"></div>
<!--
<div class="beta-ptr-links">
<div><a href="http://old.wowhead.com/" rel="np" title="View the old version of this page">« Archive</a></div>
<div><a href="http://ptr.wowhead.com/" rel="np" title="View the PTR version of this page">« PTR</a></div>
</div>
-->
<?php
if (WoW_Template::GetPageIndex() == 'home') {
WoW_Template::LoadTemplate('content_home');
} else {
WoW_Template::LoadTemplate('block_layout');
}
WoW_Template::LoadTemplate('block_footer');
?>
示例2: sprintf
<div class="footer"><div class="footer-links linklist"><a href="<?php
echo WoW::GetWoWPath();
?>
/aboutus">About us & contact</a>|<a href="<?php
echo WoW::GetWoWPath();
?>
/tos">Terms of use</a>|<a href="<?php
echo WoW::GetWoWPath();
?>
/privacy">Privacy</a>|<a href="<?php
echo WoW::GetWoWPath();
?>
/advertise">Advertise</a>|<a href="#" id="footer-links-language"></a></div>
<div class="footer-copy">© 2011 Wowhead / <a href="http://www.zam.com" target="_blank" class="footer-copy-zam"></a></div>
</div>
<?php
if (WoW_Template::GetPageIndex() == 'home') {
echo sprintf('<script type="text/javascript">//<![CDATA[
PageTemplate.set({pageName: \'%s\'});
PageTemplate.init();
g_captchaType = 1;g_dataKey = \'dc6c325d392a0f6fb411b6fb9c3fdf31d5cbf606\';g_host = \'http://www02.wowhead.com\';
//]]></script>', WoW::GetPageID());
}
?>
<noscript><div id="noscript-bg"></div><div id="noscript-text"><b>This site makes extensive use of JavaScript.</b><br />Please <a href="https://www.google.com/support/adsense/bin/answer.py?answer=12654" target="_blank">enable JavaScript</a> in your browser.</div></noscript>