i'm trying to end a file (big calendar in this case) like this:
<div class="tbl-f-l"><div class="tbl-f-r"><div class="tbl-f-c"> </div></div></div></div>
<br clear="all" /><br />
<!-- INCLUDE breadcrumbs_footer.html -->
<br clear="all" />
<table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
<br clear="all" /><br />
<!-- INCLUDE breadcrumbs_footer.html -->
<br clear="all" />
<table width="100%" cellspacing="0">
<tr>
<td><!-- IF S_DISPLAY_SEARCHBOX --><!-- INCLUDE searchbox.html --><!-- ENDIF --></td>
<td align="{S_CONTENT_FLOW_END}"><!-- INCLUDE jumpbox.html --></td>
</tr>
</table>
<!-- INCLUDE overall_footer.html -->
but no matter how i wreck my brain over this, i can t seem to figure out why the two boxes don t show up, maybe i m overlooking something obvious ... any ideas?
thanks in advance, ..Joshua203 :wink:
__________________________
Edit: :roll: Someone :roll:

i 'm still not sure why it does display on other multiple other files (both search- and jumpboxes do)
i also found this suspicious looking line in functions.php
and tried a silly thing like adding this to funtions.php :oops:
'S_DISPLAY_JUMPBOX' => ($s_display) ? true : true,
'S_DISPLAY_SEARCHBOX' => ($s_display) ? true : true,
'S_DISPLAY_SEARCHBOX' => ($s_display) ? true : true,
still very confused about this because it is still not working
HOWEVERRRRR, another calendar problem was solved i think/hope (even added a little more), i hope i did not break anything else ... fingers crossed :mryellow:
took me a while to get it but THANKS SO MUCH
