|
From: <pan...@us...> - 2008-09-25 11:20:09
|
Revision: 387
http://acmcontester.svn.sourceforge.net/acmcontester/?rev=387&view=rev
Author: panzaboi
Date: 2008-09-25 11:20:08 +0000 (Thu, 25 Sep 2008)
Log Message:
-----------
Modified Paths:
--------------
website/application/default/layouts/layout.phtml
Modified: website/application/default/layouts/layout.phtml
===================================================================
--- website/application/default/layouts/layout.phtml 2008-09-25 11:13:19 UTC (rev 386)
+++ website/application/default/layouts/layout.phtml 2008-09-25 11:20:08 UTC (rev 387)
@@ -14,13 +14,14 @@
<?= /*$this->headLink()->appendStylesheet('styles/ie7.css', 'screen', 'IE 7')*/'' ?>
<? if ($this->dojo()->isEnabled()):
- $this->dojo()->setLocalPath('/scripts/dojo/dojo.js');
+ $this->dojo()->setLocalPath('/scripts/dojo/dojo.js')
+ ->addStyleSheetModule('dijit.themes.tundra');
echo $this->dojo();
endif; ?>
<?= $this->headScript()->appendFile('/scripts/main.js') ?>
</head>
- <body>
+ <body class="tundra">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr bgcolor="#122a5b">
<td><img height="43" src="images/logo.gif" width="490"></td>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|