This theme is provided free of charge with absolutely no garauntee or warranty implied. You should test theme for suitability to your needs before using. I make themes as a hobby and I only hope that in doing so I am helping out others. All positive or negative feedback, comments or advice is welcome. I can be contacted through my site http://astonthemes.com or by email paul@astonthemes.com.
When you upload the theme, make sure you upload the right folder!!. In the zipping process another folder is usualy created, this means that after unzipping, the actual Theme folder may be inside another folder. The correct folder to upload is the folder that contains the "theme.html" file. If you get a blank site after installing the theme, then this is likely the problem.
To upload templates: goto administration/system admin/templates/ and you will see the option to upload a tar.gz file.
Templates will not take effect unless they are selected as default in aministration - general settings - Default Template Set.
You may have customized your own templates and wish to keep these customizations... below is source for modifications in these templates, you could copy and paste these where needed.
system_block_mainmenu.html:
<table cellspacing="0">
<tr>
<td id="mainmenu">
<img src="<{$xoops_url}>/images/astonfold.gif" width="17" height="19" hspace="5" align="left" alt="" /><a class="menuTop" href="<{$xoops_url}>/"> <{$block.lang_home}></a>
<!-- start module menu loop -->
<{foreach item=module from=$block.modules}><img src="<{$xoops_url}>/images/astonfold.gif" width="17" height="19" hspace="5" align="left" alt="" />
<a class="menuMain" href="<{$xoops_url}>/modules/<{$module.directory}>/"> <{$module.name}></a>
<{foreach item=sublink from=$module.sublinks}>
<img src="<{$xoops_url}>/images/astonfold_sub.gif" width="17" height="19" hspace="5" align="left" alt="" /><a class="menuSub" href="<{$sublink.url}>"> <{$sublink.name}></a>
<{/foreach}>
<{/foreach}>
<!-- end module menu loop -->
</td>
</tr>
</table>
news_item.html
<div class="item">
<table cellspacing="0">
<tr>
<td class="obItemHeadL" ></td>
<td class="itemHead" ><span class="itemTitle"><{$story.title}></span></td>
<td class="obItemHeadR" ></td>
</tr>
</table>
<div class="itemInfo">
<span class="itemPoster"><{$lang_postedby}> <{$story.poster}></span> <span class="itemPostDate"><{$lang_on}> <{$story.posttime}></span> (<span class="itemStats"><{$story.hits}> <{$lang_reads}></span>)
</div>
<div class="itemBody">
<{$story.imglink}>
<p class="itemText"><{$story.text}></p>
</div>
<div class="itemFoot">
<span class="itemAdminLink"><{$story.adminlink}></span> <span class="itemPermaLink"><{$story.morelink}></span>
</div>
</div>
mydownloads_download.html
<table width='100%' cellspacing='0' class='outer'>
<tr>
<td class="itemHead" colspan='2' align='left' height="18"><{$lang_category}> <{$down.category}></td>
</tr>
<tr>
<td class='even' width='65%' align='left' valign="bottom"><a href='visit.php?cid=<{$down.cid}>&lid=<{$down.id}>' target='_blank'><img src='images/download.gif' border='0' alt='<{$lang_dlnow}>' /><b><{$down.title}></b></a></td>
<td class='even' align='right' width='35%'><b><{$lang_version}>:</b> <{$down.version}><br /><b><{$lang_subdate}>:</b> <{$down.updated}></td>
</tr>
<tr>
<td colspan='2' class='odd' align='left'><{$down.adminlink}><b><{$lang_description}></b><br />
<{if $down.logourl != ""}>
<a href="<{$xoops_url}>/modules/mydownloads/visit.php?cid=<{$down.cid}>&lid=<{$down.id}>" target="_blank"><img src="<{$xoops_url}>/modules/mydownloads/images/shots/<{$down.logourl}>" width="<{$shotwidth}>" alt="" align="right" vspace="3" hspace="7"/></a>
<{/if}>
<div style="text-align: justify"><{$down.description}></div><br /></td>
</tr>
<tr>
<td colspan='2' class='even' align='left'><img src='images/counter.gif' border='0' align='absmiddle' alt='<{$down.lang_dltimes}>' />
<{$down.hits}> <img src='images/size.gif' border='0' align='absmiddle' alt='<{$lang_size}>' /> <{$down.size}> <img src='images/platform.gif' border='0' align='absmiddle' alt='<{$lang_platform}>' /> <{$down.platform}> <img src='images/home.gif' border='0' align='absmiddle' alt='<{$lang_homepage}>' /> <a href="<{$down.homepage}>" target="_BLANK"><{$down.homepage}></a></td>
</tr>
<tr>
<td colspan='2' class='foot' align='center'>
<div><b><{$lang_ratingc}></b> <{$down.rating}> (<{$down.votes}>)</div>
<a href="<{$xoops_url}>/modules/mydownloads/ratefile.php?cid=<{$down.cid}>&lid=<{$down.id}>"><{$lang_ratethissite}></a> | <a href="<{$xoops_url}>/modules/mydownloads/modfile.php?lid=<{$down.id}>"><{$lang_modify}></a> | <a href="<{$xoops_url}>/modules/mydownloads/brokenfile.php?lid=<{$down.id}>"><{$lang_reportbroken}></a> | <a target="_top" href="mailto:?subject=<{$down.mail_subject}>&body=<{$down.mail_body}>"><{$lang_tellafriend}></a> | <a href="<{$xoops_url}>/modules/mydownloads/singlefile.php?cid=<{$down.cid}>&lid=<{$down.id}>"><{$lang_comments}> (<{$down.comments}>)</a>
</td>
</tr>
</table>
<br /><br />
mylinks_link.html
<table class="outer" width='100%' cellspacing='0'>
<tr>
<td class="itemHead" colspan='2' align='left' height="18"><{$lang_category}> <{$link.category}></td>
</tr>
<tr>
<td class="even" width='60%' align='left' valign="bottom"><a href='visit.php?cid=<{$link.cid}>&lid=<{$link.id}>' target='_blank'><img src='images/link.gif' border='0' alt='<{$lang_visit}>'><b><{$link.title}></b></a></td>
<td class="even" align='right' width='40%'><b><{$lang_lastupdate}></b><{$link.updated}></td>
</tr>
<tr>
<td class="odd" colspan='2' align='left'><{$link.adminlink}><b><{$lang_description}></b><br />
<{if $link.logourl != ""}>
<a href="<{$xoops_url}>/modules/mylinks/visit.php?cid=<{$link.cid}>&lid=<{$link.id}>" target="_blank"><img src="<{$xoops_url}>/modules/mylinks/images/shots/<{$link.logourl}>" width="<{$shotwidth}>" alt="" align="right" vspace="3" hspace="7"/></a>
<{/if}>
<div style="text-align: justify"><{$link.description}></div><br /></td>
</tr>
<tr>
<td class="even" colspan='2' align='center'><b><{$lang_hits}></b><{$link.hits}> <b> <{$lang_rating}></b><{$link.rating}> (<{$link.votes}>)</td>
</tr>
<tr>
<td class="foot" colspan='2' align='center'><a href="<{$xoops_url}>/modules/mylinks/ratelink.php?cid=<{$link.cid}>&lid=<{$link.id}>"><{$lang_ratethissite}></a> | <a href="<{$xoops_url}>/modules/mylinks/modlink.php?lid=<{$link.id}>"><{$lang_modify}></a> |<a href="<{$xoops_url}>/modules/mylinks/brokenlink.php?lid=<{$link.id}>"><{$lang_reportbroken}></a> | <a target="_top" href="mailto:?subject=<{$link.mail_subject}>&body=<{$link.mail_body}>"><{$lang_tellafriend}></a> | <a href="<{$xoops_url}>/modules/mylinks/singlelink.php?cid=<{$link.cid}>&lid=<{$link.id}>"><{$lang_comments}> (<{$link.comments}>)</a></td>
</tr>
</table>
<br />