/** * Prints the custom data field of the current page * */ function printPageCustomData() { echo getPageCustomData(); }
$singletag = getTags(); $tagstring = implode(', ', $singletag); if (strlen($tagstring) > 0) { ?> <div class="block"><?php echo gettext('Tags: '); printTags('links', '', 'taglist', ', '); ?> </div> <?php } } ?> <?php if (getPageCustomData() == 'subpagesexcerpts') { ?> <div class="block clearfix sidemenu"> <?php printSubPagesExcerpts(); ?> </div> <?php } ?> <?php if (function_exists('printRating')) { ?> <div id="rating" class="block"><?php printRating();