Example #1
0
			<div data-role="page" id="mainpage">
				<?php 
    jqm_printMainHeaderNav();
    ?>
				<div class="ui-content" role="main">
					<div class="content-primary">
						<h2 class="breadcrumb"><a href="<?php 
    echo getPagesLink();
    ?>
"><?php 
    echo gettext('Pages');
    ?>
</a> <?php 
    printZenpageItemsBreadcrumb('', '  ');
    printPageTitle('');
    ?>
</strong></h2>

						<?php 
    printPageContent();
    printCodeblock(1);
    $subpages = $_zp_current_page->getPages();
    if ($subpages) {
        ?>
							<ul data-role="listview" data-inset="true" data-theme="a" class="ui-listview ui-group-theme-a">
								<?php 
        foreach ($subpages as $subpage) {
            $obj = new Page($subpage['titlelink']);
            ?>
									<li><a href="<?php 
Example #2
0
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();
?>
</h1>
						<?php 
printPageContent();
printCodeblock(1);
?>
					</div>
					<?php 
if (function_exists('printCommentForm')) {
    ?>
<div class="section"><?php 
    printCommentForm();
    ?>
</div><?php 
}
Example #3
0
			<div id="breadcrumb">
				<h2><a href="<?php 
echo getGalleryIndexURL();
?>
"><?php 
echo gettext("Index");
?>
</a><?php 
if (!isset($ishomepage)) {
    printZenpageItemsBreadcrumb(" » ", "");
}
?>
<strong><?php 
if (!isset($ishomepage)) {
    printPageTitle(" » ");
}
?>
</strong>
				</h2>
			</div>
			<div id="content-left">

				<?php 
printPageContent();
printCodeblock(1);
printTags('links', gettext('<strong>Tags:</strong>') . ' ', 'taglist', ', ');
?>
				<br style="clear:both;" /><br />
				<?php 
if (function_exists('printRating')) {