Hallo,
da mein Kumpel sich selbstständig machen möchte, bin ich dabei ein Template für seine Website zu erstellen. Er möchte aber unbedingt ein Template, dass für Version 1.0 erstellt wurde. Leider bekomme ich es nicht hin, das Template auf V1.5 umzubauen. Und da Budget gegen 0,- geht, kann er sich auch keinen professionellen Programmierer leisten.
Daher möchte ich fragen, ob vielleicht jemand hier sich bereit erklären würde, mir die index.php auf V1.5 umzubauen? Ist ja anscheinend nicht schwer, nur bekomme ich es wie gesagt leider nicht hin!
Wäre super nett von Euch![]()
Hier der PHP-Text:
PHP-Code:<?php echo "<?xml version=\"1.0\"?>";
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
?>
<!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>
<title><?php echo $mosConfig_sitename; ?></title>
<meta **********="Content-Type" content="text/html; <?php echo _ISO; ?>" />
<?php
if ($my->id) {
include ("editor/editor.php");
initEditor();
}
?>
<?php include ("includes/metadata.php"); ?>
<script language="JavaScript" type="text/javascript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
<link href="<?php echo $mosConfig_live_site;?>/templates/sigutech/css/template_css.css" rel="stylesheet" type="text/css" />
<link rel="shortcut icon" href="<?php echo $mosConfig_live_site;?>/images/favicon.ico" />
</head>
<body>
<table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="740" height="30" valign="top" background="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/sigu_back.png">
<table width="740" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="20"> <div align="center"><img src="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/sigu_top.png" width="780" height="152" alt="" />
</div></td>
</tr>
<tr>
<td background="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/sigu_back.png">
<div align="center">
<table width="710" border="0" cellspacing="3" cellpadding="3">
<tr valign="middle">
<td><?php include "pathway.php";?><br /><?php echo $mosConfig_sitename; ?> | <span class="small"><?php echo (strftime (_DATE_FORMAT_LC, time()+($mosConfig_offset*60*60))); ?></span></td>
<td width="254"> <form action='<?php echo sefRelToAbs("index.php"); ?>' method='post'>
<div align="right">
<input class="inputbox" type="text" name="searchword" size="15" value="<?php echo _SEARCH_BOX; ?>" onblur="if(this.value=='') this.value='<?php echo _SEARCH_BOX; ?>';" onfocus="if(this.value=='<?php echo _SEARCH_BOX; ?>') this.value='';" />
<input type="hidden" name="option" value="search" />
</div>
</form></td>
</tr>
</table>
</div></td>
</tr>
</table>
<table width="710" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td background="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/menu_back.jpg" width="180" valign="top"> <table width="177" border="0" cellspacing="0" cellpadding="0">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/menu_back.jpg">
<tr>
<td width="180" background="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/menu_back.jpg">
<table width="100%" border="0" cellpadding="0" cellspacing="0" background="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/menu_back.jpg">
<tr>
<td>
<?php mosLoadModules ( 'left' ); ?>
</td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td align="right" valign="top"> </td>
</tr>
</table></td>
<td valign="top" bgcolor="#E6F2FF"> </td>
<td valign="top"><table width="100%" border="0" cellspacing="3" cellpadding="3">
<tr>
<td>
<?php include_once("mainbody.php"); ?>
</td>
</tr>
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
</table></td>
</tr>
<tr>
<td> </td>
</tr>
</table></td>
</tr>
<tr>
<td valign="top" bgcolor="#F9FCFF"> </td>
<td valign="top" bgcolor="#AED7FF"> </td>
<td valign="top"> </td>
</tr>
<tr>
<td valign="top" bgcolor="#F9FCFF"> </td>
<td valign="top" bgcolor="#AED7FF"> </td>
<td valign="top"> </td>
</tr>
</table>
<br /> <table cellspacing="0" cellpadding="0" width="740" align="center" border="0">
<tbody>
<tr>
<td> </td>
</tr>
<tr>
<td><div align="center">
<?php mosLoadComponent( "banners" ); ?>
</div></td>
</tr>
<tr>
<td class="legal_static"> </td>
</tr>
<tr>
<td><img src="<?php echo $mosConfig_live_site;?>/templates/sigutech/images/sigu_bottom.png" width="780" height="90" alt="" /></td>
</tr>
</tbody>
</table></td>
</tr>
</table>
<?php include_once("includes/footer.php"); ?>
</body>
</html>


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen