hacé una cosa, pobné todas las páginas con extensión php y hacé esto:
Código PHP:
<?php
/************************************************************************/
/* PHP-NUKE: Web Portal System */
/* =========================== */
/* */
/* Copyright (c) 2002 by Francisco Burzi */
/* [url]http://phpnuke.org[/url] */
/* */
/* This program is free software. You can redistribute it and/or modify */
/* it under the terms of the GNU General Public License as published by */
/* the Free Software Foundation; either version 2 of the License. */
/************************************************************************/
if (!eregi("modules.php", $PHP_SELF)) {
die ("You can't access this file directly...");
}
$index = 0;
require_once("mainfile.php");
$module_name = basename(dirname(__FILE__));
get_lang($module_name);
$pagetitle = "- "._TITULO."";
include ('header.php');
OpenTable();
?>
acá ponés el contenido en html (nada de PHP)
Código PHP:
<?
CloseTable();
include ('footer.php');
?>
y los enlaces los creas como html