Skip to content

Commit

Permalink
Cosmetic news feed update
Browse files Browse the repository at this point in the history
Display poster's name with first letter upper case and the rest lower,
just as in the game.
  • Loading branch information
paintballrefjosh committed Jan 22, 2017
1 parent a2f4938 commit 89d9282
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/blizzlike/frontpage/frontpage.index.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
<h1>
<a href="javascript:dummyFunction();"><?php echo $topic['title'];?></a>
</h1>
<span class="user">Posted by: <b><?php echo ucwords(strtolower($posted_by['username']));?></b>|</span>&nbsp;<span class="posted-date">
<?php echo date('d-m-Y',$topic['post_time']);?>
</span>
</li>
Expand Down

0 comments on commit 89d9282

Please sign in to comment.