gamesport
July 24th, 2005, 21:19
My aplogies i just realized that this is the wrong forum to post this in!!
Hi folks i'm very new to this mambo thing, is there any way to get a custom page, that has only the header, top menu, and Left(main) menu, on a template like Solarflare, and just insert a html or php 'stuff" in the middle, as the main body.
For example for a php nuke site i would have a custom page with a code like:
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
<html>
</html>
<?php
include("footer.php");
?>
and all i had to do was create the html or php stuff i needed in the main body and pasted it within the "html" part or that code.
is there an equiv for Mambo template like solarflare or others?, and if there isn't how do i create one?
Hi folks i'm very new to this mambo thing, is there any way to get a custom page, that has only the header, top menu, and Left(main) menu, on a template like Solarflare, and just insert a html or php 'stuff" in the middle, as the main body.
For example for a php nuke site i would have a custom page with a code like:
if (!isset($mainfile)) { include("mainfile.php"); }
include("header.php");
?>
<html>
</html>
<?php
include("footer.php");
?>
and all i had to do was create the html or php stuff i needed in the main body and pasted it within the "html" part or that code.
is there an equiv for Mambo template like solarflare or others?, and if there isn't how do i create one?