diff options
author | deva <deva> | 2010-03-01 07:18:28 +0000 |
---|---|---|
committer | deva <deva> | 2010-03-01 07:18:28 +0000 |
commit | 9d6e3ab0be248bde75ed5b70dbab5f24d2bfeac5 (patch) | |
tree | fb42c13d9b9930a0abcccc6d38c9d6bf28742951 /htdocs/index.php | |
parent | 7dce03dc61c4bb8a1e48856a27221b083826490b (diff) |
Make images in css file preload automatically.
Diffstat (limited to 'htdocs/index.php')
-rw-r--r-- | htdocs/index.php | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/htdocs/index.php b/htdocs/index.php index 1a9e5af..25f5ad1 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -89,18 +89,14 @@ if($config->value('splash') == "true") { </script> </head> <body><?php + + include_once($UTIL_DIR."/preload.php"); +preload("design/mors/style.css"); + if($page == "admin") { include($UTIL_DIR."/admin.php"); } ?> -<div style="display: none;"> -<?php -$_ps = $config->value('preload'); -foreach($_ps as $_p) { - echo " <img alt=\"preload\" src=\"".$_p."\"/>\n"; -} -?> -</div> <div class="page"> <div class="menu"> <?php |