Last change
on this file since 2704 was
2513,
checked in by rvelices, 16 years ago
|
- fix typing error in index.tpl
- added template smarty function known_script (e.g.{known_script id="x" src"y.js"}) - useful to avoid double inclusion of a script such as prototype,jquery,... when a template and plugin need it independently (see the use in admin.tpl for example)
- removed unused themeconf.template_dir
|
-
Property svn:eol-style set to
LF
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
241 bytes
|
Line | |
---|
1 | <?php |
---|
2 | $themeconf = array( |
---|
3 | 'template' => 'yoga', |
---|
4 | 'theme' => 'dark', |
---|
5 | 'icon_dir' => 'template/yoga/icon', |
---|
6 | 'admin_icon_dir' => 'template/yoga/icon/admin', |
---|
7 | 'mime_icon_dir' => 'template/yoga/icon/mimetypes/', |
---|
8 | 'local_head' => '', |
---|
9 | ); |
---|
10 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.