 |
 |
 |
 |
 |
| Author |
Message |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
how creat themes for Strawberry |
|
hy
I have already everything installed however the problem is totally differentiated with cutenewsru gives it somewhere one tutorial for themes or something.
thanks
|
|
| Thu Aug 03, 2006 5:38 pm |
|
 |
Guest
|
|
|
Please login to hide the ads.
|
|
|
|
 |
FI-DD
Admin

Joined: 22 Sep 2005 Posts: 2668 Location: Germany |
|
|
|
Check out the example templates and create your new templates on the basis of these examples.
|
|
| Thu Aug 03, 2006 5:50 pm |
|
 |
siamend

Joined: 17 Oct 2005 Posts: 70 Location: Deutschland |
|
|
|
in example ist just that
 |  |
<?
include_once 'c/head.php';
// pgt start
// (page generation time aka pgt)
$pgt = new microTimer;
$pgt->start();
// end pgt star
// : echo $pgt->stop();
// example/output
?>
<!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>Untitled Document</title>
<!--block:example/head-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
</head>
<body>
<table width="700" align="center" cellpadding="0" cellspacing="0" bgcolor="#333333">
<tr>
<td><p> </p>
<p> </p>
<p> </p></td>
</tr>
</table>
<table width="700" align="center" cellpadding="0" cellspacing="0" style="border: solid 5px #fff;">
<tr>
<td width="330" valign="top" class="left" style="border-right: solid 5px #fff;">
<!--block:example/left--> </td>
<td valign="top" width="99%" style="background: #fff;">
<div class="menu">
<!--block:example/menu-->
</div>
<br /><br />
<div class="content">
<!--block:example/content-->
</div> </td>
</tr>
<tr>
<td colspan="2" style="padding: 2px;font-size: 10px;">
<!--block:example/bottom--> </td>
</tr>
</table>
</body>
</html>
<?
// Drag'n'Drop Blocks
include plugins_directory.'/ddb/foot.php';
?>
|
thanks
|
|
| Thu Aug 03, 2006 6:10 pm |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You cannot attach files in this forum You cannot download files in this forum
|
|
 |
 |
 |
|