Soporte Oficial para Xoops en español
<?php
include_once 'mainfile.php';
include_once XOOPS_ROOT_PATH."/header.php";
if (file_exists('language/'.$GLOBALS['xoopsConfig']['language'].'/modinfo.php')) {
include_once 'language/'.$GLOBALS['xoopsConfig']['language'].'/modinfo.php';
}else{
include_once 'language/english/modinfo.php';
}
?>
//Aqui va todo tu codigo HTML
//
//
<?php
include(XOOPS_ROOT_PATH."/footer.php");
?>
Los usuarios son responsables de sus propios comentarios.
|