Friday, April 28, 2006

A very, very simple module

Whoopee! I can display text in a Joomla box. Use the two files listed below or this zip file and install the module. Here is the contents of the two files in the zip file:

helloworld4.php:


<?php

defined
( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );

echo
"Hello World!";

?>



helloworld4.xml:

<?xml version="1.0" ?>
<mosinstall type='module'>
<name>helloworld4</name>
<creationDate>19/Jun/2006</creationDate>
<author>Mr. Hello Smiley</author>
<copyright>This template is released under the GNU/GPL License</copyright>
<authorEmail>blackhole@saynotospam.com</authorEmail>
<authorUrl>http://readbangkokpost.com/business/</authorUrl>
<version>1.0</version>
<description>To display some text in a box on the front of Joomla</description>
<files>
<filename module='mod_helloworld4'>mod_helloworld4.php</filename>
</files>
</mosinstall>

0 Comments:

Post a Comment

<< Home