本文整理汇总了PHP中printGalleryIndexURL函数的典型用法代码示例。如果您正苦于以下问题:PHP printGalleryIndexURL函数的具体用法?PHP printGalleryIndexURL怎么用?PHP printGalleryIndexURL使用的例子?那么恭喜您, 这里精选的函数代码示例或许可以为您提供帮助。
在下文中一共展示了printGalleryIndexURL函数的4个代码示例,这些例子默认根据受欢迎程度排序。您可以为喜欢或者感觉有用的代码点赞,您的评价将有助于系统推荐出更棒的PHP代码示例。
示例1: array
} else {
$albumlist = $_zp_current_search->getAlbumList();
if (is_array($albumlist)) {
$album_list = array('albums' => $albumlist, 'pages' => '0', 'news' => '0');
printSearchForm(NULL, 'search', NULL, gettext('Search album'), NULL, NULL, $album_list);
} else {
printSearchForm("", "search", "", gettext("Search gallery"));
}
}
}
?>
</div>
<div id="breadcrumb">
<h2><?php
printGalleryIndexURL(' » ');
printSearchBreadcrumb(" » ");
?>
</h2>
</div>
<div id="content">
<div id="content-left">
<?php
$searchwords = getSearchWords();
$searchdate = getSearchDate();
if (!empty($searchdate)) {
if (!empty($searchwords)) {
$searchwords .= ": ";
}
$searchwords .= $searchdate;
示例2: pathurlencode
" type="text/css" />
<link rel="stylesheet" href="<?php
echo pathurlencode(dirname(dirname($zenCSS)));
?>
/common.css" type="text/css" />
</head>
<body>
<?php
zp_apply_filter('theme_body_open');
?>
<div id="main">
<div id="gallerytitle">
<h2>
<?php
printHomeLink('', ' | ');
printGalleryIndexURL(' | ', getGalleryTitle());
?>
<em><?php
echo gettext('Contact us');
?>
</em>
</h2>
</div>
<h3><?php
echo gettext('Contact us.');
?>
</h3>
<?php
printContactForm();
?>
</div>
示例3: array
<?php
if (getOption('Allow_search')) {
$album_list = array('albums' => '1', 'pages' => '0', 'news' => '0');
printSearchForm(NULL, 'search', $_zp_themeroot . '/images/search.png', gettext('Search albums'), NULL, NULL, $album_list);
}
printLogo();
?>
</div>
</div> <!-- gallerytitle -->
<!-- Crumb Trail Navigation -->
<div id="wrapnav">
<div id="navbar">
<span><?php
printHomeLink('', ' | ');
printGalleryIndexURL(' | ');
?>
</span>
</div>
</div> <!-- wrapnav -->
</div> <!-- header -->
<!-- Random Image -->
<?php
printHeadingImage(getRandomImages(getThemeOption('effervescence_daily_album_image')));
?>
<!-- Wrap Main Body -->
<div id="content">
<div id="main">
<!-- Album List -->
示例4: html_encode
echo html_encode(getGalleryIndexURL());
?>
" title="<?php
echo gettext('Gallery Index');
?>
"><?php
echo html_encode(getGalleryTitle());
?>
</a>
</h1>
</div>
<div id="content">
<div id="breadcrumb">
<h2><?php
printGalleryIndexURL();
?>
</h2>
</div>
<div id="content-error">
<div class="errorbox">
<?php
print404status(isset($album) ? $album : NULL, isset($image) ? $image : NULL, $obj);
?>
</div>
</div>