Exemplo n.º 1
0
						<?php 
        printSizedFeaturedImage(null, null, $size, null, null, null, null, null, null, 'scale', null, true, null);
        ?>
					</div>
					<hr />
					<?php 
    }
    ?>
					<?php 
    if (getOption('libratus_date_pages')) {
        ?>
<em><?php 
        echo gettext('Last Updated: ');
        ?>
</em><?php 
        echo getPageLastChangeDate();
        ?>
<hr /><?php 
    }
    ?>
					
					<?php 
    if (getPageExtraContent()) {
        printPageExtraContent();
    }
    ?>
					<?php 
    if (getOption('libratus_social')) {
        include 'inc-socialshare.php';
    }
    ?>
/**
 * Prints the last change date of a page
 *
 * @param string $before The text you want to show before the link
 * @return string
 */
function printPageLastChangeDate($before)
{
    echo html_encode($before . getPageLastChangeDate());
}
/**
 * Prints the last change date of a page
 *
 * @param string $before The text you want to show before the link
 * @return string
 */
function printPageLastChangeDate()
{
    echo $before . html_encode(getPageLastChangeDate());
}