คือผมสร้าง temp เองอะครับแล้วทีนี้พอเอามาอัพลงแล้ว
มานขึ้นแต่โล่ง... เองอะครับคือมีแต่ temp นอกนั้นไม่มีอะไรเลย
ข้อความไม่ขึ้น เมนูไม่มี ไมู่รู้ปัญหา่เกิดจากอะไรครับ
นี่ครับ หน้าเว็บ

-------------------------
นี่ code ใน templateDetails
<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="template" version="1.0">
<name>temp_az</name>
<creationDate>date/month/year</creationDate>
<author>avalance</author>
<copyright>This template is released under GNU/GPL License.</copyright>
<authorEmail> mail@mail.com </authorEmail>
<authorUrl>www.avalance.name</authorUrl>
<version>1.0</version>
<description> My First Template </description>
<files>
<filename>index.php</filename>
<filename>template_thumbnail.png</filename>
</files>
</mosinstall>---------------------------------------
นี่ code ใน index.php
<?php
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
// needed to seperate the ISO number from the language file constant _ISO
$iso = explode( '=', _ISO );
// xml prolog
echo '<?xml version="1.0" encoding="'. $iso[1] .'"?' .'>';
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<?php mosShowHead(); ?>
<?php
if ( $my->id ) {
initEditor();
}
?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link href="<?php echo $mosConfig_live_site;?>/templates/temp_az/css/template_css.css" rel="stylesheet" type="text/css"/>
<style type="text/css">
<!--
body {
background-color: #FFFFFF;
}
-->
</style></HEAD>
<body>
<center>
<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<!-- ImageReady Slices (web.psd) -->
<table id="Table_01" width="900" height="1150" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td height="220" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="900" height="220" valign="top">
<img src="templates/temp_az/images/index_01.jpg" width="900" height="220" alt=""></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="400" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="900" height="400" valign="top">
<img src="templates/temp_az/images/index_02.jpg" width="900" height="400" alt=""></td>
</tr>
</table> </td>
</tr>
<tr>
<td width="623" height="486" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0"background="templates/temp_az/images/index_03.jpg">
<!--DWLayoutTable-->
<tr>
<td width="623" height="49" valign="top"><!--DWLayoutEmptyCell--> </td>
</tr>
<tr>
<td height="437"> </td>
</tr>
</table> </td>
<td width="277" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="277" height="486" valign="top">
<img src="templates/temp_az/images/index_04.jpg" width="277" height="486" alt=""></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="44" colspan="2" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
<!--DWLayoutTable-->
<tr>
<td width="900" height="44" valign="top">
<img src="templates/temp_az/images/index_05.jpg" width="900" height="44" alt=""></td>
</tr>
</table>
</td>
</tr>
</table>
<!-- End ImageReady Slices -->
</center>
</body>
</html>