diff options
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r-- | templates/sidebar_home.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 009cee23..4d97d6f9 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -1,5 +1,5 @@ <ul class="sb2" id="sb_home"> - <li><?php echo _('Information'); ?> + <li><h4><?php echo _('Information'); ?></h4> <ul class="sb3" id="sb_home_info"> <li id="sb_home_info_CurrentlyPlaying"><a href="<?php echo $web_path; ?>/index.php"><?php echo _('Currently Playing'); ?></a></li> <li id="sb_home_info_Statistics"><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></li> |