1
0
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:
Cameron
2012-11-28 15:13:02 -08:00
parent b45aaf0597
commit dcbd8ce0b5
2 changed files with 2 additions and 2 deletions

View File

@@ -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');
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 KiB