PDA

View Full Version : I accidentally the whole template


p0lar_bear
12-08-2008, 09:48 PM
(Thread title is a joke, I'm sure some of you might get it)

I accidentally clicked the revert button in the MASTER STYLE on my spacer_open template while working on a debug/testing board. Can someone supply me with a fresh vB 3.7.1 spacer_open and spacer_close (old board version, I know, we're working on an update)?

SEOvB
12-08-2008, 10:03 PM
Spacer Open

<!-- open content container -->
<if condition="$show['old_explorer']">
<table cellpadding="0" cellspacing="0" border="0" width="$stylevar[outertablewidth]" align="center"><tr><td class="page" style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px">
<else />
<div align="center">
<div class="page" style="width:$stylevar[outerdivwidth]; text-align:$stylevar[left]">
<div style="padding:0px $stylevar[spacersize]px 0px $stylevar[spacersize]px" align="$stylevar[left]">
</if>


Space Close

<if condition="$show['old_explorer']">
</td></tr></table>
<else />
</div>
</div>
</div>
</if>
<!-- / close content container -->

p0lar_bear
12-08-2008, 10:03 PM
Thank you kind sir.