diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-23 07:31:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-04-23 07:31:05 +0000 |
commit | a31560aec4f004e58930277758f5412d86c62adc (patch) | |
tree | 845ff6947d26b22a0f4527901dbefc97bca89d78 /templates/show_all_recent.inc.php | |
parent | 8b27d66add7ca9ba57d7e9488612cb54be4b11c1 (diff) | |
download | ampache-a31560aec4f004e58930277758f5412d86c62adc.tar.gz ampache-a31560aec4f004e58930277758f5412d86c62adc.tar.bz2 ampache-a31560aec4f004e58930277758f5412d86c62adc.zip |
it technically logs in and streams.. but thats it, complete rewrite almost everything broken
Diffstat (limited to 'templates/show_all_recent.inc.php')
-rw-r--r-- | templates/show_all_recent.inc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/show_all_recent.inc.php b/templates/show_all_recent.inc.php index e0867f0d..5b30f8ed 100644 --- a/templates/show_all_recent.inc.php +++ b/templates/show_all_recent.inc.php @@ -20,6 +20,7 @@ */ ?> +<table> <tr> <td valign="top"> <?php show_info_box(_('Newest Artist Additions'), '', $artists); ?> |