View Single Post
Join Date: Feb 2002
Posts: 12,057
Reputation: cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light cscgal is a glorious beacon of light 
Solved Threads: 131
Administrator
Staff Writer
cscgal's Avatar
cscgal cscgal is offline Offline
The Queen of DaniWeb

Re: vBulletin mod_rewrite for vB 3.0.7

 
0
  #9
Apr 30th, 2005
[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="floatstylevar[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%">&nbsp;</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]">

&nbsp;

<!--

NEW HEADER &amp; 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]
Dani the Computer Science Gal
Follow my Twitter feed! twitter.com/DaniWeb
And if you're interested in Internet marketing there is twitter.com/DaniWebAds
Reply With Quote