Changeset 678 for trunk/index.php
- Timestamp:
- 10/03/07 22:05:23 (15 months ago)
- Files:
-
- 1 modified
-
trunk/index.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/index.php
r593 r678 21 21 $mvblog = new MvBlog(); 22 22 $mvblog->html_header(); 23 if (file_exists("index-alt.php")) { 24 require("index-alt.php"); 25 } else { 23 26 ?> 24 27 <div id="if_container"> … … 73 76 74 77 </tr></table> 75 <?php $mvblog->html_footer(); ?> 78 <?php 79 $mvblog->html_footer(); 80 } 81 ?> 82 </body> 83 </html>
