Bug fixes
This commit is contained in:
parent
b07df60bad
commit
5788392c8c
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue