Bug fixes

This commit is contained in:
dignajar 2015-07-06 22:16:30 -03:00
parent b07df60bad
commit 5788392c8c
1 changed files with 0 additions and 16 deletions

View File

@ -10,22 +10,6 @@
<a href="<?php echo $Page->permalink() ?>"><?php echo $Page->title() ?></a>
</h2>
<!-- page date and author -->
<div class="page-meta">
<span class="author">
<?php
echo $Language->get('Posted By').' ';
if( Text::isNotEmpty($Page->authorFirstName()) && Text::isNotEmpty($Page->authorLastName()) ) {
echo $Page->authorFirstName().', '.$Page->authorLastName();
}
else {
echo $Page->username();
}
?>
</span>
</div>
</header>
<!-- page content -->