use $GLOBALS

This commit is contained in:
Sebastian Mendel
2005-12-02 13:27:48 +00:00
parent c74ca18523
commit a07fc6903b
3 changed files with 3 additions and 2 deletions

View File

@@ -14,6 +14,7 @@ $Source$
thanks to Matt "Cyber Dog" thanks to Matt "Cyber Dog"
* libraries/tbl_indexes.lib.php, tbl_properties_structure.php, * libraries/tbl_indexes.lib.php, tbl_properties_structure.php,
tbl_indexes.php: revised XHTML output 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> 2005-12-01 Sebastian Mendel <cybot_tm@users.sourceforge.net>

View File

@@ -1,7 +1,7 @@
/******************************************************************************/ /******************************************************************************/
/* general tags */ /* general tags */
body { body {
font-family: <?php echo $left_font_family; ?>; font-family: <?php echo $GLOBALS['left_font_family']; ?>;
background-color: #D0DCE0; background-color: #D0DCE0;
color: #000000; color: #000000;
} }

View File

@@ -3,7 +3,7 @@
body { body {
margin: 0.5em; margin: 0.5em;
padding: 0; padding: 0;
font-family: <?php echo $right_font_family; ?>; font-family: <?php echo $GLOBALS['right_font_family']; ?>;
color: #000000; color: #000000;
background-image: url(../themes/original/img/vertical_line.png); background-image: url(../themes/original/img/vertical_line.png);
background-repeat: repeat-y; background-repeat: repeat-y;