diff options
Diffstat (limited to 'templates/sidebar_home.inc.php')
-rw-r--r-- | templates/sidebar_home.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/sidebar_home.inc.php b/templates/sidebar_home.inc.php index 135b1d8a..0e546595 100644 --- a/templates/sidebar_home.inc.php +++ b/templates/sidebar_home.inc.php @@ -1,6 +1,7 @@ <h4><?php echo _('Information'); ?></h4> <span><a href="<?php echo $web_path; ?>/index.php"><?php echo _('Currently Playing'); ?></a></span> <span><a href="<?php echo $web_path; ?>/stats.php"><?php echo _('Statistics'); ?></a></span> +<span><a href="<?php echo $web_path; ?>/radio.php?action=show_create"><?php echo _('Add Radio Station'); ?></a></span> <hr /> <!-- RANDOM, Hidden for now cause its broken <h4><?php echo _('Search'); ?></h4> |