1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 03:40:37 +02:00
This commit is contained in:
marj
2009-10-29 02:29:35 +00:00
parent a884188814
commit c3deb76cba
2 changed files with 6 additions and 6 deletions

View File

@@ -9,8 +9,8 @@
* Admin Header
*
* $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
* $Revision: 1.48 $
* $Date: 2009-10-29 00:30:40 $
* $Revision: 1.49 $
* $Date: 2009-10-29 02:29:33 $
* $Author: marj_nl_fr $
*/
@@ -362,7 +362,7 @@ if (function_exists('theme_head'))
// possibility to overwrite some CSS definition according to TEXTDIRECTION
// especially usefull for rtl.css
// see _blank theme for examples
if(defined('TEXTDIRECTION') && file_exists(e_FILE.'/'.strtolower(TEXTDIRECTION).'.css'))
if(defined('TEXTDIRECTION') && file_exists(THEME.'/'.strtolower(TEXTDIRECTION).'.css'))
{
echo '
<link rel="stylesheet" href="'.THEME_ABS.strtolower(TEXTDIRECTION).'.css" type="text/css" media="all" />';

View File

@@ -9,8 +9,8 @@
* Default Header
*
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $
* $Revision: 1.45 $
* $Date: 2009-10-29 00:29:27 $
* $Revision: 1.46 $
* $Date: 2009-10-29 02:29:35 $
* $Author: marj_nl_fr $
*/
@@ -364,7 +364,7 @@ if(function_exists('theme_head'))
// possibility to overwrite some CSS definition according to TEXTDIRECTION
// especially usefull for rtl.css
// see _blank theme for examples
if(defined('TEXTDIRECTION') && file_exists(e_FILE.'/'.strtolower(TEXTDIRECTION).'.css'))
if(defined('TEXTDIRECTION') && file_exists(THEME.'/'.strtolower(TEXTDIRECTION).'.css'))
{
echo '
<link rel="stylesheet" href="'.THEME_ABS.strtolower(TEXTDIRECTION).'.css" type="text/css" media="all" />';