本文整理匯總了PHP中commonModel::printLanguageBar方法的典型用法代碼示例。如果您正苦於以下問題:PHP commonModel::printLanguageBar方法的具體用法?PHP commonModel::printLanguageBar怎麽用?PHP commonModel::printLanguageBar使用的例子?那麽, 這裏精選的方法代碼示例或許可以為您提供幫助。您也可以進一步了解該方法所在類commonModel
的用法示例。
在下文中一共展示了commonModel::printLanguageBar方法的2個代碼示例,這些例子默認根據受歡迎程度排序。您可以為喜歡或者感覺有用的代碼點讚,您的評價將有助於係統推薦出更棒的PHP代碼示例。
示例1: foreach
?>
<a class='btn with-badge' href='<?php
echo $this->createLink('cart', 'browse');
?>
'><i class='icon icon-shopping-cart'></i><strong class='cart-count badge small text-danger circle hide'>12</strong></a>
<?php
}
?>
<div class='dropdown'>
<button type='button' class='btn' data-toggle='dropdown'><i class='icon-bars circle'></i></button>
<ul class='dropdown-menu dropdown-menu-right'>
<?php
echo commonModel::printTopBar(true);
?>
<?php
echo commonModel::printLanguageBar(true);
?>
</ul>
</div>
</div>
</header>
<nav class='appnav fix-top appnav-auto' id='appnav'>
<div class='mainnav'>
<ul class='nav'>
<?php
$subnavs = '';
?>
<?php
foreach ($topNavs as $nav1) {
?>
示例2:
* @license ZPLV12 (http://zpl.pub/page/zplv12.html)
* @author Tingting Dai <daitingting@xirangit.com>
* @package block
* @version $Id$
* @link http://www.chanzhi.org
*/
?>
<header id='header' class='clearfix'>
<div id='headNav'>
<div class='wrapper'>
<nav>
<?php
echo commonModel::printTopBar();
?>
<?php
commonModel::printLanguageBar();
?>
</nav>
</div>
</div>
<div id='headTitle'>
<div class="wrapper">
<?php
$device = helper::getDevice();
?>
<?php
$template = $this->config->template->{$device}->name;
?>
<?php
$theme = $this->config->template->{$device}->theme;
?>