Zen Follower
- Join Date:
- Jun 2008
- Posts:
- 267
- Plugin Contributions:
- 0
Contest System [support thread]
:clap: YIPEE!!! that did it! Thanks!!!
<!-- bof define_contestend --> <div class='centerColumn' id='contest'> <h1 id='contest-heading'><?php echo HEADING_TITLE; ?></h1> <div id='contest-content' class='content'>skipwater:
sunflowertami and HeathenMagic
Here is the fix for your cherry_zen template and I have test on others and seems to work on all.
Replace this file with the zip attached here. Or you can just edit as below.
/includes/languages/english/html_includes/YOUR_TEMPLATE /define_contestend.php
<table border="0" width="100%" cellspacing="10" cellpadding="10">
<tr>
<td class="pageHeading"" width=100% align="center" valign="top">
<font size="5"><strong>CONTEST HAS ENDED</strong></font><br/>
</td>
</tr>
<tr>
<td class="main" align="center">
<p class="biggerText"> <strong>There Will be a NEW contest soon please check back.</strong></p>
</td>
</tr>
</table>
<!-- eof define_contestend DO NOT close with the two div -->