本文整理汇总了PHP中printZenpageItemsBreadcrumb函数的典型用法代码示例。如果您正苦于以下问题:PHP printZenpageItemsBreadcrumb函数的具体用法?PHP printZenpageItemsBreadcrumb怎么用?PHP printZenpageItemsBreadcrumb使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了printZenpageItemsBreadcrumb函数的8个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: gettext
echo gettext('Home');
?>
"><?php
echo gettext('Home');
?>
</a> » <a href="<?php
echo getCustomPageURL('gallery');
?>
" title="<?php
echo gettext('Gallery Index');
?>
"><?php
echo gettext('Gallery Index');
?>
</a> » <?php
printZenpageItemsBreadcrumb("", " » ");
printPageTitle();
?>
</h2>
</div>
</div> <!-- close #header -->
<div id="content">
<div id="main"<?php
if ($zpmin_switch) {
echo ' class="switch"';
}
?>
>
<div id="post">
<h1><?php
printPageTitle();
示例2: printGalleryTitle
printGalleryTitle();
?>
</h1>
<?php
if (getOption('Allow_search')) {
printSearchForm("", "search", "", gettext("Search gallery"));
}
?>
</div>
<div id="content">
<div id="breadcrumb">
<h2><?php
printGalleryIndexURL('');
if (!isset($ishomepage)) {
printZenpageItemsBreadcrumb(" » ", "");
}
?>
<strong><?php
if (!isset($ishomepage)) {
printPageTitle(" » ");
}
?>
</strong>
</h2>
</div>
<div id="content-left">
<h2><?php
printPageTitle();
?>
</h2>
示例3: printLogo
printLogo();
?>
</div>
</div> <!-- gallerytitle -->
<!-- Crumb Trail Navigation -->
<div id="wrapnav">
<div id="navbar">
<span><?php
printHomeLink('', ' | ');
printGalleryIndexURL(' | ');
?>
</span>
<?php
printNewsIndexURL(NULL, ' | ');
printZenpageItemsBreadcrumb(' | ', '');
printCurrentNewsCategory(" | ");
printNewsTitle(" | ");
printCurrentNewsArchive(" | ");
?>
</div>
</div> <!-- wrapnav -->
<!-- Random Image -->
<?php
printHeadingImage(getRandomImages(getThemeOption('effervescence_daily_album_image')));
?>
</div> <!-- header -->
<!-- Wrap Main Body -->
<div id="content">
示例4: printParentPagesBreadcrumb
/**
* @deprecated
*/
function printParentPagesBreadcrumb($before = '', $after = '')
{
deprecated_function_notify(gettext('Use printZenpageItemsBreadcrumb().'));
printZenpageItemsBreadcrumb($before, $after);
}
示例5: getGalleryIndexURL
}
?>
</div>
<div id="content">
<div id="breadcrumb">
<h2><a href="<?php
echo getGalleryIndexURL(false);
?>
"><?php
echo gettext("Index");
?>
</a><?php
if (!isset($ishomepage)) {
printZenpageItemsBreadcrumb(" » ", "");
}
?>
<strong><?php
if (!isset($ishomepage)) {
printPageTitle(" » ");
}
?>
</strong>
</h2>
</div>
<div id="content-left">
<h2><?php
printPageTitle();
?>
</h2>
示例6: getGalleryIndexURL
<div class="bar">
<div class="inner">
<?php
echo $quickmenu;
?>
<div class="pad" id="breadcrumb">
<a href="<?php
echo getGalleryIndexURL();
?>
"><i class="fa fa-home"></i> <?php
printGalleryTitle();
?>
</a> /
<?php
printZenpageItemsBreadcrumb('', ' / ');
?>
<?php
printPageTitle();
?>
</div>
</div>
</div>
<div id="main" class="wrap clearfix">
<div class="inner">
<div class="page pad">
<?php
printPageContent();
?>
<?php
示例7: getGalleryIndexURL
</div>
<div id="content">
<div id="breadcrumb">
<h2><a href="<?php
echo getGalleryIndexURL(false);
?>
"><?php
echo gettext("Index");
?>
</a> <?php
printNewsIndexURL(gettext('News'), ' » ');
?>
<strong><?php
printZenpageItemsBreadcrumb(' » ', '');
printCurrentNewsCategory(" » ");
printNewsTitle(" » ");
printCurrentNewsArchive(" » ");
?>
</strong>
</h2>
</div>
<div id="content-left">
<?php
// single news article
if (is_NewsArticle()) {
?>
示例8: printZenpageItemsBreadcrumb
<?php
include "inc-header.php";
?>
<div class="wrapper contrast top">
<div class="container">
<div class="sixteen columns">
<?php
include "inc-search.php";
?>
<h5><?php
printZenpageItemsBreadcrumb(null, ' » ');
?>
<h1><?php
printPageTitle();
?>
</h1>
</div>
</div>
</div>
<div class="wrapper">
<div class="container">
<div class="ten columns">
<?php
printPageContent();
printCodeblock();
$singletag = getTags();
$tagstring = implode(', ', $singletag);
if (strlen($tagstring) > 0) {
?>