View of /trunk/modules/mod_nokkaew.php
Parent Directory
|
Revision Log
Revision 3 -
(download)
(annotate)
Thu Sep 13 03:24:16 2007 UTC (5 years, 8 months ago) by andphe
File size: 775 byte(s)
Thu Sep 13 03:24:16 2007 UTC (5 years, 8 months ago) by andphe
File size: 775 byte(s)
! Adding 1.6 files
<?php // $Id: mod_nokkaew.php,v 1.1 2005/03/13 22:00:28 akede Exp $ /** * @package mod_nokkaew * @All rights reserved * @Mambo Open Source is Free Software * @Released under GNU/GPL License : http://www.gnu.org/copyleft/gpl.html * @version $Revision: 1.1 $ **/ defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' ); $mod_nok = '[0.99]'; echo '<!-- nok_mod_version: '.$mod_nok.' by www.mamboworld.net //-->'; // get the parameters $nok_mod['direction'] = $params->get( 'nok_direction' ); $nok_mod['align'] = $params->get( 'nok_align' ); $nok_mod['moduleclass_sfx'] = $params->get( 'moduleclass_sfx' ); // output here ?> <div align="<?php echo $nok_mod['align']; ?>"> <?php echo mosLoadComponent( 'nokkaew' ); ?> </div>
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |

