]> CyberLeo.Net >> Repos - SourceForge/phpwiki.git/blob - themes/Sidebar/clock.php
Added flat jscalendar to SideBar theme.
[SourceForge/phpwiki.git] / themes / Sidebar / clock.php
1 <?php 
2   $ora = isset($GLOBALS['Theme']) ? DATA_PATH . '/' . $GLOBALS['Theme']->_findFile("ora.swf") : "ora.swf";
3 ?>
4 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="160" height="160" align="middle">
5    <param name="movie" value="<?= $ora ?>"><param name="quality" value="high">
6    <embed src="<?= $ora ?>" quality="high" type="application/x-shockwave-flash" width="160" height="160"></embed>
7 </object>