[html]<templategroup name="Ungrouped Templates">
<template name="announcement" templatetype="template" date="1114833209" username="cscgal" version="3.0.7"><![CDATA[$stylevar[htmldoctype]
<html dir="$stylevar[textdirection]" lang="$stylevar[languagecode]">
<head>
<title>$vboptions[bbtitle] - $vbphrase[announcements_in_forum]: $foruminfo[title]</title>
$headinclude
</head>
<body>
$header
$navbar
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="tcat">
<if condition="$show['viewall']">
<span class="smallfont" style="float

stylevar[right]">
<a href="announcement$foruminfo[forumid].html">$vbphrase[view_all_announcements]</a> ($anncount[total])
</span>
</if>
$vbphrase[announcements_in_forum]<span class="normal">: <a href="forum$foruminfo[forumid].html">$foruminfo[title]</a></span>
</td>
</tr>
</table>
<!-- end content table -->
$spacer_close
<!-- / end content table -->
<div id="posts">$announcebits</div>
<!-- start content table -->
$spacer_open
<!-- / start content table -->
<br />
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td width="100%"> </td>
<td>$forumjump</td>
</tr>
</table>
$footer
</body>
</html>]]></template>
<template name="header" templatetype="template" date="1114834145" username="cscgal" version="3.0.7"><![CDATA[<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="./"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
<!--
NEW HEADER & NAVBAR
Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.
This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->
<!-- content table -->
$spacer_open
$_phpinclude_output]]></template>
</templategroup>
</style>[/html]