mirror of
https://github.com/e107inc/e107.git
synced 2025-08-06 14:46:56 +02:00
Issue #21 corrected.
This commit is contained in:
@@ -32,11 +32,11 @@ $(function() {
|
||||
|
||||
if(defined('TEXTDIRECTION') && file_exists(THEME.'/menu/menu_'.strtolower(TEXTDIRECTION).'.css'))
|
||||
{
|
||||
e107::css('theme','menu/menu_'.strtolower(TEXTDIRECTION).'.css');
|
||||
// e107::css('theme','menu/menu_'.strtolower(TEXTDIRECTION).'.css');
|
||||
}
|
||||
else
|
||||
{
|
||||
e107::css('theme','menu/menu.css');
|
||||
// e107::css('theme','menu/menu.css');
|
||||
}
|
||||
|
||||
|
||||
|
BIN
e107_themes/bootstrap/images/e107_adminlogo.png
Normal file
BIN
e107_themes/bootstrap/images/e107_adminlogo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.2 KiB |
Reference in New Issue
Block a user