incremental improvements

This commit is contained in:
Zach Prezkuta
2012-12-27 12:20:47 -07:00
parent 98c86d46d4
commit 659ae4ed04
28 changed files with 401 additions and 94 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
<script>var baseurl="<?php echo $a->get_baseurl() ?>";</script>
<?php if(x($page,'htmlhead')) echo $page['htmlhead'] ?>
</head>
<body>
<body <?php if($a->module === 'home') echo 'onLoad="setTimeout(\'homeRedirect()\', 1500)"'?>>
<?php if(x($page,'nav')) echo $page['nav']; ?>
<?php if( $a->module === 'home' ) { ?>