Skip to content

Commit

Permalink
Fixed issue #09988: all admin template is green
Browse files Browse the repository at this point in the history
Dev: quick fix, didn't fix css for darkblue and bubblefish
  • Loading branch information
Shnoulle committed Nov 9, 2015
1 parent 6890860 commit 01c8b3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions application/views/admin/super/header.php
Expand Up @@ -15,8 +15,7 @@
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "displayParticipants.css");
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('styleurl') . "adminstyle.css" );

//App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "adminstyle.css" );
App()->getClientScript()->registerCssFile( App()->getAssetManager()->publish( dirname(Yii::app()->request->scriptFile).'/styles/gringegreen/' . "adminstyle.css") );
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "adminstyle.css" );
if (getLanguageRTL($_SESSION['adminlang']))
{
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "adminstyle-rtl.css" );
Expand Down

0 comments on commit 01c8b3a

Please sign in to comment.