* fix the error of superfish path.

This commit is contained in:
wangchunsheng
2011-10-13 08:56:59 +00:00
parent 87f7f4eecc
commit c656756297
+1 -1
View File
@@ -1,5 +1,5 @@
<?php if($extView = $this->getExtViewFile(__FILE__)){include $extView; return helper::cd();}?>
<?php
css::import($defaultTheme . 'superfish.css');
css::import($defaultTheme . 'superfish/superfish.css');
js::import($jsRoot . 'jquery/superfish/min.js');
?>