use $GLOBALS
This commit is contained in:
@@ -14,6 +14,7 @@ $Source$
|
||||
thanks to Matt "Cyber Dog"
|
||||
* libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
|
||||
tbl_indexes.php: revised XHTML output
|
||||
* themes/original/css/theme_left|right_css.php: use $GLOBALS
|
||||
|
||||
|
||||
2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>
|
||||
|
@@ -1,7 +1,7 @@
|
||||
/******************************************************************************/
|
||||
/* general tags */
|
||||
body {
|
||||
font-family: <?php echo $left_font_family; ?>;
|
||||
font-family: <?php echo $GLOBALS['left_font_family']; ?>;
|
||||
background-color: #D0DCE0;
|
||||
color: #000000;
|
||||
}
|
||||
|
@@ -3,7 +3,7 @@
|
||||
body {
|
||||
margin: 0.5em;
|
||||
padding: 0;
|
||||
font-family: <?php echo $right_font_family; ?>;
|
||||
font-family: <?php echo $GLOBALS['right_font_family']; ?>;
|
||||
color: #000000;
|
||||
background-image: url(../themes/original/img/vertical_line.png);
|
||||
background-repeat: repeat-y;
|
||||
|
Reference in New Issue
Block a user