|
Revision 28622, 436 bytes
(checked in by francois, 3 years ago)
|
[sfPropel15Plugin] added experimental query-based theme for the admin generator
|
- Property svn:eol-style set to
native
- Property svn:keywords set to
"Id Rev Revision Author"
|
| Line | |
|---|
| 1 |
<?php if (isset($this->params['css']) && ($this->params['css'] !== false)): ?> |
|---|
| 2 |
[?php use_stylesheet('<?php echo $this->params['css'] ?>', 'first') ?] |
|---|
| 3 |
<?php elseif(!isset($this->params['css'])): ?> |
|---|
| 4 |
[?php use_stylesheet('<?php echo sfConfig::get('sf_admin_module_web_dir').'/css/global.css' ?>', 'first') ?] |
|---|
| 5 |
[?php use_stylesheet('<?php echo sfConfig::get('sf_admin_module_web_dir').'/css/default.css' ?>', 'first') ?] |
|---|
| 6 |
<?php endif; ?> |
|---|