Change the flash clock in your portal to a html Script clock
Posted: 29. June 2011 16:40
Change the flash clock in your Board3 Portal to a html Script clock
Author Terr0r
prosilver
open styles/prosilver/template/portal/block/clock.html
This code can you also to use to your own style
Find:
Replace with:
Demo
enjoy whit this code
Greets Terr0r
Author Terr0r
prosilver
open styles/prosilver/template/portal/block/clock.html
This code can you also to use to your own style
Find:
Code: Select all
<object type="application/x-shockwave-flash" data="{T_THEME_PATH}/images/portal/board3clock.swf" width="140" height="140">
<param name="wmode" value="transparent" />
<param name="movie" value="{T_THEME_PATH}/images/portal/board3clock.swf" />
</object>
Code: Select all
<div style="width:140px;margin-left:auto;margin-right:auto;">
<script type="text/javascript">var clocksize='100';</script>
<script type="text/javascript" src="http://gheos.net/js/clock.js"></script>
</div>
enjoy whit this code
Greets Terr0r