* rewrite the css in table.

This commit is contained in:
wangchunsheng
2011-02-24 03:03:39 +00:00
parent 16ae69f562
commit 42fd76cc9b
6 changed files with 36 additions and 35 deletions
-1
View File
@@ -29,7 +29,6 @@ $clientTheme = $this->app->getClientTheme();
css::import($defaultTheme . 'style.css', $config->version);
css::import($langTheme, $config->version);
if(strpos($clientTheme, 'default') === false) css::import($clientTheme . 'style.css', $config->version);
if(isset($pageCss)) css::internal($pageCss);
echo html::icon($webRoot . 'favicon.ico');
?>