aboutsummaryrefslogtreecommitdiffstats
path: root/sidebar.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-09-30 07:13:28 +0000
committerjwangen <jwangen>2002-09-30 07:13:28 +0000
commit1821179efe27ae301097dfa93180f65812d8acec (patch)
tree73854b41455640a5d0669533c259cc6258e777ee /sidebar.php
parenta2be761290f5824aad25f6c1044323e14d34591c (diff)
downloadphpicalendar-1821179efe27ae301097dfa93180f65812d8acec.tar.gz
phpicalendar-1821179efe27ae301097dfa93180f65812d8acec.tar.bz2
phpicalendar-1821179efe27ae301097dfa93180f65812d8acec.zip
custom jump to field can be turned on or off
Diffstat (limited to 'sidebar.php')
-rw-r--r--sidebar.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/sidebar.php b/sidebar.php
index 6217eb2..bbe0160 100644
--- a/sidebar.php
+++ b/sidebar.php
@@ -107,6 +107,9 @@
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
<td colspan="6" class="G10B"><?php include('./functions/list_weeks.php'); ?></td>
</tr>
+ <?php
+ if ($display_custom_goto == "yes" {
+ ?>
<tr>
<td width="1%"><img src="images/spacer.gif" width="4" height="1"></td>
<td colspan="6" class="G10B">
@@ -117,6 +120,9 @@
</form>
</td>
</tr>
+ <?php
+ }
+ ?>
</table>
</td>
</tr>

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