Skip to content

Commit

Permalink
Dev: Fixed issue : broken admin GUI => Re add global adminstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnoulle committed Jan 20, 2016
1 parent 9bbb523 commit 517c9b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/views/admin/super/header.php
Expand Up @@ -15,7 +15,7 @@
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('publicstyleurl') . 'jquery.multiselect.css');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('publicstyleurl') . 'jquery.multiselect.filter.css');
App()->getClientScript()->registerCssFile(Yii::app()->getConfig('adminstyleurl') . "displayParticipants.css");

App()->getClientScript()->registerCssFile(Yii::app()->getConfig('styleurl') . "adminstyle.css" ); // Global style used by all template

/**
* Load adminstyle
Expand Down

0 comments on commit 517c9b5

Please sign in to comment.