- Timestamp:
- 07/16/06 19:03:06 (2 years ago)
- Files:
-
- 1 modified
-
branches/class-rewrite/common/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/class-rewrite/common/admin.php
r192 r193 184 184 public function show_index() { 185 185 ?> 186 <p class="first">Welcome to MvBlog "<? =$_SESSION["author_fullname"]?>".</p>186 <p class="first">Welcome to MvBlog "<?php echo $_SESSION["author_fullname"]; ?>".</p> 187 187 <p class="first">You can administer your blog with the menu items right above this useless text.</p> 188 188 <p class="first">Enjoy keeping your blog up-to-date</p>
