diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-24 16:22:23 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-06-24 16:22:23 +0000 |
commit | 35a129dbb7eba6ac9078286ff343a8a8db5c5089 (patch) | |
tree | 4f38c7b4e5cfab4d0f9220b4ebc78c0df9d3bd69 /index.php | |
parent | 8e6cd377be0a7f4a569c54316bdb882a714e2c7c (diff) | |
download | ampache-35a129dbb7eba6ac9078286ff343a8a8db5c5089.tar.gz ampache-35a129dbb7eba6ac9078286ff343a8a8db5c5089.tar.bz2 ampache-35a129dbb7eba6ac9078286ff343a8a8db5c5089.zip |
few more stylesheet tweaks and added ability to have print_tags mail tags@ampache.org
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -45,15 +45,12 @@ if (conf('refresh_limit') > 5) { } ?> +<div id="nowplaying" style="margin-left:25px;"> + <?php show_now_playing(); ?> +</div> <!-- Close Now Playing Div --> + <!-- Big Daddy Table --> -<table id="bigdaddy" style="padding-left:5px;padding-right:5px;padding-top:5px;padding-bottom:5px;" width="100%"> -<tr> - <td style="padding-left:17px;" valign="top" colspan="2"> - <div id="nowplaying"> - <?php show_now_playing(); ?> - </div> <!-- Close Now Playing Div --> - </td> -</tr> +<table id="bigdaddy"> <tr> <td valign="top"> <table border="0"><!-- Left table --> |