diff options
Diffstat (limited to 'themes/yaroon/yaroon.theme')
-rw-r--r-- | themes/yaroon/yaroon.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/yaroon/yaroon.theme b/themes/yaroon/yaroon.theme index d509606bf..4aefd8a1a 100644 --- a/themes/yaroon/yaroon.theme +++ b/themes/yaroon/yaroon.theme @@ -12,7 +12,7 @@ class Theme extends BaseTheme { var $foreground = "#000000"; var $background = "#F0F0F0"; - + function header() { global $PHP_SELF, $REQUEST_URI, $cid, $id; @@ -110,7 +110,7 @@ <?php } // close header function - + function node($node, $main = 0, $links = 0) { |