Adding a style copyright link in footer!!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BarryoBrien
    Senior Member
    • Jan 2007
    • 104
    • 3.6.x

    Adding a style copyright link in footer!!

    how do I add a link in the footer for my design just like this

    Designed by
    websiteforumz

    I know where the template and all is but the code has me dazzeled can you please help me with what code I add.
    Discussion Forum + Web Developement / Builders + Web Developers earn work here
  • Jose Amaral Rego
    Senior Member
    • Feb 2005
    • 11058
    • 1.1.x

    #2
    Simply follow the rest of the html code.
    HTML Code:
    <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 class="smallfont" align="center">
        Designed by
        </div>
        <div class="smallfont" align="center">
        websiteforumz
        </div>
    </div>

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...