Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
Добавлена тёмная тема
Browse files Browse the repository at this point in the history
  • Loading branch information
laxity7 committed Dec 26, 2014
1 parent 71fe6cc commit 402dbdf
Show file tree
Hide file tree
Showing 4 changed files with 692 additions and 127 deletions.
2 changes: 1 addition & 1 deletion YiiDebugToolbar.php
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ private function registerClientScripts()
{
$cs = Yii::app()->getClientScript()
->registerCoreScript('jquery');
$cs->registerCssFile($this->assetsUrl . '/main.css');
$cs->registerCssFile($this->assetsUrl . '/main.dark.css');

$cs->registerScriptFile($this->assetsUrl . '/main.js',
CClientScript::POS_END);
Expand Down
Loading

0 comments on commit 402dbdf

Please sign in to comment.