Skip to content

Commit c9fffaf

Browse files
committed
fix
1 parent 905009f commit c9fffaf

File tree

1 file changed

+1
-6
lines changed
  • app/code/community/Bubble/AdminTheme/Model/Adminhtml

1 file changed

+1
-6
lines changed

app/code/community/Bubble/AdminTheme/Model/Adminhtml/Observer.php

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,7 @@ public function setTheme()
99
foreach (array('layout', 'template', 'skin', 'locale') as $type) {
1010
Mage::getDesign()->setTheme($type, $theme);
1111
}
12-
13-
14-
$headBlock = Mage::getLayout()->getBlock('head');
15-
16-
$headBlock->addCss('app.css');
17-
12+
1813
}
1914

2015
public function setLessVariables(Varien_Event_Observer $observer) {

0 commit comments

Comments
 (0)