diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-09-24 03:15:05 +0000 |
commit | ae70bce26c2f39da93c85a082602d58dcf13652e (patch) | |
tree | 0bf530733d44216846ad39f245bc238baf174cee /templates/show_all_recent.inc.php | |
parent | cb12b4a8c948d901f6851a7eae032827b423704d (diff) | |
download | ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.gz ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.tar.bz2 ampache-ae70bce26c2f39da93c85a082602d58dcf13652e.zip |
more updates to the theme stuff
Diffstat (limited to 'templates/show_all_recent.inc.php')
-rw-r--r-- | templates/show_all_recent.inc.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_all_recent.inc.php b/templates/show_all_recent.inc.php index 076da614..aec905fe 100644 --- a/templates/show_all_recent.inc.php +++ b/templates/show_all_recent.inc.php @@ -23,10 +23,10 @@ ?> <table class="tabledata"> <tr> - <td valign="top" align="right"> + <td valign="top"> <?php show_info_box(_("Newest Artist Additions"), '', $artists); ?> </td> - <td valign="top" align="left"> + <td valign="top"> <?php show_info_box(_("Newest Album Additions"), '', $albums); ?> </td> </tr> |