aboutsummaryrefslogtreecommitdiffstats
path: root/day.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-09-16 05:38:33 +0000
committerChad Little <clittle@users.sourceforge.net>2003-09-16 05:38:33 +0000
commit20c668e9def5ae16ff2384ea332fd5548e178f76 (patch)
tree4af2053389e6233964bc55b63091f6bf79ef122f /day.php
parentefd930c5a2a02dc06423de7122b4ef890bd6c44c (diff)
downloadphpicalendar-20c668e9def5ae16ff2384ea332fd5548e178f76.tar.gz
phpicalendar-20c668e9def5ae16ff2384ea332fd5548e178f76.tar.bz2
phpicalendar-20c668e9def5ae16ff2384ea332fd5548e178f76.zip
Finally fixed the jumpto's to not have space around them. Also cleaned up
the HTML footprint to be slimmer.
Diffstat (limited to 'day.php')
-rw-r--r--day.php7
1 files changed, 3 insertions, 4 deletions
diff --git a/day.php b/day.php
index e7b6954..ccabe8e 100644
--- a/day.php
+++ b/day.php
@@ -53,8 +53,7 @@ if (isset($master_array[($getdate)])) {
<link rel="stylesheet" type="text/css" href="<?php echo BASE."styles/$style_sheet/default.css"; ?>">
<?php
// if RSS is enabled, set the RSS auto-discovery link
- if ($enable_rss == 'yes')
- {
+ if ($enable_rss == 'yes') {
echo "<link rel=\"alternate\" type=\"application/rss+xml\" title=\"RSS\" href=\"".$default_path."/rss/rss.php?cal=".$cal."&amp;rssview=day\">";
}
?>
@@ -313,8 +312,8 @@ if (isset($master_array[($getdate)])) {
</tr>
</table>
</td>
- <td width="20"><img src="images/spacer.gif" width="20" height="1" alt=" "></td>
- <td width="160" valign="top">
+ <td width="10"><img src="images/spacer.gif" width="10" height="1" alt=" "></td>
+ <td width="170" valign="top">
<?php include (BASE.'includes/sidebar.php'); ?>
<?php include (BASE.'includes/footer.inc.php'); ?>
</td>

© 2014-2024 Faster IT GmbH | imprint | privacy policy