Screenshot:
Open styles/prosilver/template/overall_header.html
Find:
Code: Select all
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
Code: Select all
<script src="{ROOT_PATH}script/jquery-1.4.js" type="text/javascript"></script>
<script src="{ROOT_PATH}script/jquery.countdown.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
//$("#time").countdown({date:"may 1, 2011"});
$("#time").countdown({date:"may 12, 2012 23:26:28"});
//$("#time").countdown({date:"april 15, 2011"});
});
</script>
<script src="{ROOT_PATH}script/jquery-1.4.js" type="text/javascript">
You dont have to include it if you allready use jquery.Open styles/prosilver/theme/colours.css
At the bottom add:
Code: Select all
p#time{
height:24px;
color:#c21017;
text-align: center;
font-size:2.8em;
}
p#time span{
display:inline;
color:#222222;
}
Code: Select all
<p id="time"></p>