Tequila |
03-30-2012 09:35 AM |
Here's the base theme that is now available for download in the primary download:
PHP Code:
<!DOCTYPE html>
<head>
<title>:BROWSERTITLE:</title>
<link rel="stylesheet" href="stylesheet.link" type="text/css" />
</head>
<body>
<div id="wrapper">
<table cellspacing="0" cellpadding="0">
<tr><th colspan="2">:LINKSBAR:</th></tr>
<tr><td colspan="2" id="image"><span><a href="index.php">:SITETITLE:</a></span></td></tr>
<tr><td id="menu">
:SIDEFEED:
</td><td id="content">
<h1>:ARTICLETITLE:</h1>
<p>:ARTICLECONTENT:</p>
</td></tr>
<tr><td colspan="2" id="footer">
<p>★ Powered by <a href="http://www.mysidiaadoptables.com">Mysidia Adoptables</a> ★</p>
</td></tr>
</table>
</div>
</body>
</html>
The different calls (:BROWSERTITLE:, :ARTICLECONTENT:, :LINKSBAR:, :SIDEFEED:) tell the script where to put each item.
The CSS/HTML is all up to you. ;3 If you'd like to see what is possible, check out some of the sites out there.
|