mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 12:20:44 +02:00
typo
This commit is contained in:
@@ -9,8 +9,8 @@
|
|||||||
* Admin Header
|
* Admin Header
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_admin/header.php,v $
|
||||||
* $Revision: 1.48 $
|
* $Revision: 1.49 $
|
||||||
* $Date: 2009-10-29 00:30:40 $
|
* $Date: 2009-10-29 02:29:33 $
|
||||||
* $Author: marj_nl_fr $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -362,7 +362,7 @@ if (function_exists('theme_head'))
|
|||||||
// possibility to overwrite some CSS definition according to TEXTDIRECTION
|
// possibility to overwrite some CSS definition according to TEXTDIRECTION
|
||||||
// especially usefull for rtl.css
|
// especially usefull for rtl.css
|
||||||
// see _blank theme for examples
|
// 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 '
|
echo '
|
||||||
<link rel="stylesheet" href="'.THEME_ABS.strtolower(TEXTDIRECTION).'.css" type="text/css" media="all" />';
|
<link rel="stylesheet" href="'.THEME_ABS.strtolower(TEXTDIRECTION).'.css" type="text/css" media="all" />';
|
||||||
|
@@ -9,8 +9,8 @@
|
|||||||
* Default Header
|
* Default Header
|
||||||
*
|
*
|
||||||
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $
|
* $Source: /cvs_backup/e107_0.8/e107_themes/templates/header_default.php,v $
|
||||||
* $Revision: 1.45 $
|
* $Revision: 1.46 $
|
||||||
* $Date: 2009-10-29 00:29:27 $
|
* $Date: 2009-10-29 02:29:35 $
|
||||||
* $Author: marj_nl_fr $
|
* $Author: marj_nl_fr $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
@@ -364,7 +364,7 @@ if(function_exists('theme_head'))
|
|||||||
// possibility to overwrite some CSS definition according to TEXTDIRECTION
|
// possibility to overwrite some CSS definition according to TEXTDIRECTION
|
||||||
// especially usefull for rtl.css
|
// especially usefull for rtl.css
|
||||||
// see _blank theme for examples
|
// 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 '
|
echo '
|
||||||
<link rel="stylesheet" href="'.THEME_ABS.strtolower(TEXTDIRECTION).'.css" type="text/css" media="all" />';
|
<link rel="stylesheet" href="'.THEME_ABS.strtolower(TEXTDIRECTION).'.css" type="text/css" media="all" />';
|
||||||
|
Reference in New Issue
Block a user