Changeset 193 for branches

Show
Ignore:
Timestamp:
07/16/06 19:03:06 (2 years ago)
Author:
michiel
Message:

now that I set my php to not allow short open tags I found out 1 more
place where it needed fixing

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/class-rewrite/common/admin.php

    r192 r193  
    184184        public function show_index() { 
    185185                ?> 
    186                 <p class="first">Welcome to MvBlog "<?=$_SESSION["author_fullname"]?>".</p> 
     186                <p class="first">Welcome to MvBlog "<?php echo $_SESSION["author_fullname"]; ?>".</p> 
    187187                <p class="first">You can administer your blog with the menu items right above this useless text.</p> 
    188188                <p class="first">Enjoy keeping your blog up-to-date</p>