/*======================================================================*\
|| #################################################################### ||
|| # vBGuides | Seasonal Effects	                              # ||
|| # ---------------------------------------------------------------- # ||
|| # All PHP code in this file is vBGuides and Matt Hutchings.       # ||
|| # This file may not be redistributed in whole or significant part. # ||
|| # ---------------- A vBGuides vBulletin Creation ----------------  # ||
|| # http://www.vbguides.co.uk | http://www.truedeath.co.uk           # ||
|| #################################################################### ||
\*======================================================================*/

/*-------------------------------------------------------*\
|           ****** How to use this hack ******            |
+---------------------------------------------------------+
| When you goto vBulletin Options there will be a new     |
| option section which will allow you to configure what   |
| seasonal options for your forum		          |
+---------------------------------------------------------+
| If you enjoyed this hack and wish to help me to develop |
| more useful hacks, please donate to truedeath@gmail.com |
| through paypal. Every little helps!                     |
\*-------------------------------------------------------*/

Upload product-guidevb_bgcolor.xml
  season    

 :
_________________________________
 header:
---------------------------------
   :
---------------------------------

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 0">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

_________________________________
 FORUMHOME
---------------------------------
:
---------------------------------

$header

---------------------------------
 :
---------------------------------

<!-- Start vBGuides Season -->
<if condition="$vboptions[guidesvbs_onoff] == 1">
<if condition="$vboptions[guidesvbs_area] == 1">
<script type="text/javascript" src="season/$vboptions[guidesvbs_type].js"></script>
</if></if>
<!-- End vBGuides Season -->

---------------------------------
:)
---------------------------------