I have a couple of html modules that I added
by using the following code
Code:
<?php
if ( !defined('MODULE_FILE') ) {
die ("You can't access this file directly...");
}
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
if (defined('INDEX_FILE')) ; // do not show right blocks !...is what you want..
include("header.php");
OpenTable();
include("http://www.beerdrinkersinc.com/referachild.html");
CloseTable();
include("footer.php");
?>
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum