Serwus,
Męcze tego theme.php i już mam dość, tyle opcji już przerobiłem że szkoda je tutaj pisać i już naprawde nie wiem co jest nie tak. Znalazłem, mały skromny skrypt newslettera i chce go wstawić w theme.php, w kodzie (podkreslone ) chciałbym go umieścić, niżej wycinek kilku linii.
[b]powyżej znajdują się zmienne menu górnego[/b]
<td width='100'> </td>
</tr>
</table></td>
<td width='167' height='51' background='".BASEDIR."themes/Labrador/images/newsletter_tlo.gif'>";
[u]#- tutaj był kod standardowego newslettera - wyciołem go i w to miejsce chciałbym umieścić kod, ramka 2. #[/u]
echo"</td>
</tr>
<tr>
<td colspan='2' valign='top'><table width='923' height='40' border='0' cellpadding='0' cellspacing='0'>
<tr>
<td> </td>
Niżej kod, index.php skryptu.
<? // E-mail: or
// Homepage: http://www.assaultcms.com
// Newsletter 1.2 is a simple newsletter based on a txt-db
// If you have any questions please email me at or
// If you use my script please link to my homepage
?>
<?
#-----------------------------------------------------------------
#View form
#-----------------------------------------------------------------
?>
<html>
<head>
<title></title>
<style type="text/css">
<!--
.style1 {
font-size: 16px;
font-weight: bold;
color: #FF0000;
}
-->
</style>
</head>
<body>
<form name="newsletter" action="verify.php" method="POST">
<table width="200" border="0">
<tr>
<td width="264"><div align="center" class="style1"><? include("errors.php"); ?></div></td>
</tr>
<tr>
<td><div align="center"><strong>.:: Newsletter ::.. </strong>
</div></td>
</tr>
<tr>
<td><div align="center">
<input type="text" name="email">
</div></td>
</tr>
<tr>
<td>
<div align="center">
<input type="submit" name="submit" value="Sign Up">
</div></td>
</tr>
</table>
</form>
</body>
</html>
|