The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
|||
|
|||
how to close footer like this
hi how to close like this skin? Footer HTML Code:
$ad_location[ad_footer_start] <br /> <div class="smallfont" align="center">vBulletin skin by: <i><a href="http://www.example.com/" target="new">example.com</a></i><br /></div> <div class="smallfont" align="center">$vbphrase[powered_by_vbulletin]</div> <div class="smallfont" align="center">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div> <br /> $ad_location[ad_footer_end] $spacer_close <!-- /content area table --> </td> <td align="$stylevar[right]" style="background: url($stylevar[imgdir_misc]/page_border.gif) repeat-y top;"><img src="$stylevar[imgdir_misc]/page_border.gif" alt="" /></td> </tr> </table> <table cellpadding="0" cellspacing="0" border="0"> <tr> <td align="$stylevar[left]"><img src="$stylevar[imgdir_misc]/foot_ls.gif" alt="" /></td> <td class="navtxt" style="background: url($stylevar[imgdir_misc]/foot_x.gif) repeat-x top;" width="50%"> <table> <tr> <if condition="$show['quickchooser']"> <td align="$stylevar[right]" class="page"> <select name="styleid" onchange="switch_id(this, 'style')"> <optgroup label="$vbphrase[quick_style_chooser]"> $quickchooserbits </optgroup> </select> </td> </if> <if condition="$show['languagechooser']"> <td align="$stylevar[right]" class="page"> <select name="langid" onchange="switch_id(this, 'lang')"> <optgroup label="$vbphrase[quick_language_chooser]"> $languagechooserbits </optgroup> </select> </td> </if> </tr> </table> </td> <td align="$stylevar[right]" class="navtxt" style="background: url($stylevar[imgdir_misc]/foot_x.gif) repeat-x top;" width="50%"> <form action="$vboptions[forumhome].php" method="get"> <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> |</if> <if condition="$vboptions['hometitle']"><a href="$vboptions[homeurl]">$vboptions[hometitle]</a> |</if> <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> <br />$vboptions[copyrighttext] </form> </td> <td align="$stylevar[right]"><img src="$stylevar[imgdir_misc]/foot_rs.gif" alt="" /></td> </tr> </table> </td> <td style="background: url($stylevar[imgdir_misc]/body_rs_x.png) repeat-y top;" class="pngalpha"><img src="$stylevar[imgdir_misc]/body_rs_top.gif" alt="" /></td> </tr> </table> <if condition="$show['dst_correction']"> <!-- auto DST correction code --> <form action="profile.php?do=dst" method="post" name="dstform"> <input type="hidden" name="s" value="$session[sessionhash]" /> <input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> <input type="hidden" name="do" value="dst" /> </form> $ad_location[ad_footer_end] <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> |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|