When i want to change from my defult to my other templete ,it dosent allow me to do so.
www.iranfootballcenter.com/forum
Footer
and
header
www.iranfootballcenter.com/forum
Footer
PHP Code:
<br />
<div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div>
<br />
$spacer_close
<!-- /content area table -->
<!-- Custom Right Side -->
<if condition="THIS_SCRIPT == index">
</td>
<td style="padding:6px 25px 25px 0px" width="200" valign="top" class="page" style="padding: $stylevar 0px;">
<!-- IFC Latest Video's -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" style="margin-top:10px" align="center">
<tr>
<td class="tcat"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('right_side_one')">
<img id="collapseimg_left_side_one" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_right_side_one].gif" alt="" border="0" /></a>
<!-- Title Start -->
<font color="FF0000"><strong>IFC Lastest Video's</stron></font></a>
<!-- Title End -->
</td>
</tr>
<tbody id="collapseobj_right_side_one" style="$vbcollapse[collapseobj_right_side_one]">
<tr>
<td bgcolor="white">
<!-- Text Start -->
<center>
<div>
<a href="http://www.iranfootballcenter.com/forum/showthread.php?t=1459">
<font color="FF0000"><strong>(Exclusive)Mahdavikia's Goal against Mainz today including aftermatch interview</stron></font></a>
</div>
<br />
<div>
<a href="http://www.iranfootballcenter.com/forum/showthread.php?p=6861#post6861">
<font color="FF0000"><strong>Schalke 7-4 Leverkusen- Goals</stron></font></a>
</div>
<br />
<div>
<a href="http://www.iranfootballcenter.com/forum/showthread.php?t=1442">
<font color="FF0000"><strong>Hashemians Beautiful Goal against Hamburg*must_see</stron></font></a>
</div>
</center>
<!-- Text End -->
</td>
</tr>
</table>
<!-- IFC Latest Video's -->
</td>
</tr>
</table>
</if>
<!-- Custom Right Side -->
<form action="$vboptions[forumhome].php" method="get">
<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="$stylevar[outertablewidth]" class="page" align="center">
<tr>
<if condition="$show['quickchooser']">
<td class="tfoot">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="$vbphrase[quick_style_chooser]">
$quickchooserbits
</optgroup>
</select>
</td>
</if>
<if condition="$show['languagechooser']">
<td class="tfoot">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="$vbphrase[quick_language_chooser]">
$languagechooserbits
</optgroup>
</select>
</td>
</if>
<td class="tfoot" align="$stylevar[right]" width="100%">
<div class="smallfont">
<strong>
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
<a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
<if condition="$show['admincplink']"><a href="$admincpdir/index.php$session[sessionurl_q]">$vbphrase[admin]</a> -</if>
<if condition="$show['modcplink']"><a href="$modcpdir/index.php$session[sessionurl_q]">$vbphrase[mod]</a> -</if>
<if condition="$vboptions['archiveenabled']"><a href="archive/index.php">$vbphrase[archive]</a> -</if>
<if condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
<a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
</strong>
</div>
</td>
</tr>
</table>
<br />
<div align="center">
<div class="smallfont" align="center">
<!-- Do not remove this copyright notice -->
$vbphrase[powered_by_vbulletin]
<!-- Do not remove this copyright notice -->
</div>
<div class="smallfont" align="center">
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$cronimage
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->
$vboptions[copyrighttext]
</div>
</div>
</form>
<if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php" method="post" name="dstform">
<input type="hidden" name="s" value="$session[sessionhash]" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
var utcOffset = new Date().getTimezoneOffset() / 60;
if (Math.abs(tzOffset + utcOffset) == 1)
{ // Dst offset is 1 so its changed
document.forms.dstform.submit();
}
//-->
</script>
<!-- / auto DST correction code -->
</if>
<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
and
PHP Code:
<!-- logo -->
<tr>
<td align="$stylevar[left]"><a href="http://www.iranfootballcenter.com" title="Iran Football Center Homepage"><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 -->
<!-- Custom Right Side -->
<table width="$stylevar[outertablewidth]" border="0" cellpadding="0" cellspacing="0" align="center">
<tr>
<td valign="top">
<!-- Custom Right Side -->
<!-- content table -->
$spacer_open
$_phpinclude_output
header
Comment