Exemplo n.º 1
0
		<?php 
require __path('footer_footer.php');
__optional_require('footer_analytics.php');
?>
	</body>
</html>
Exemplo n.º 2
0
?>
	<div class="main-title-group<?php 
if ($has_figure) {
    __(' contains-figure');
}
?>
">
		<a name="<?php 
__(_m('node_main_anchor'));
?>
"><h1 class="main-title"><?php 
__($title);
?>
</h1></a>
		<?php 
__optional_require('node_share.php');
if (isset($node)) {
    $option = $node_schema->getOption('format.abstract');
    if ($option and $property = $node->getProperty($option) and $property->hasValue()) {
        ?>
		<div class="main-abstract">
		<?php 
        require __path('types/' . $property->getSchema()->getType() . '.php');
        ?>
		</div>
		<?php 
    }
}
?>
		<?php 
if ($has_figure) {