Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4.2.1, Mon May 28 22:02:37 2007 UTC | revision 1.4.2.2, Thu Sep 20 17:13:56 2007 UTC | |
|---|---|---|
| # | Line 13 global $base_url; | Line 13 global $base_url; |
| 13 | <?php print $head ?> | <?php print $head ?> |
| 14 | <?php print $styles ?> | <?php print $styles ?> |
| 15 | <style type="text/css" media="all">@import "<?php print $base_url . '/' . $directory . '/colorcss/' . $color ?>.css";</style> | <style type="text/css" media="all">@import "<?php print $base_url . '/' . $directory . '/colorcss/' . $color ?>.css";</style> |
| 16 | <?php print $scripts ?> | |
| 17 | <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> | <script type="text/javascript"><?php /* Needed to avoid Flash of Unstyle Content in IE */ ?> </script> |
| 18 | </head> | </head> |
| 19 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |