remove vanilla.org from the footer of my site

edited July 2012 in Vanilla 2.0 - 2.8

how will i removes vanilla.org in the left bottom corner from every page? and used my own site link.

Best Answer

  • ChanuxChanux ✭✭
    Answer ✓

    Go to your theme folder\views\default.master.php

    you can find

    echo Wrap(Anchor(T('Powered by Vanilla),
    

    like this, change it you want.

Answers

  • Search the wiki and forums.

    There was an error rendering this rich post.

  • can you give me a link

  • ChanuxChanux ✭✭
    Answer ✓

    Go to your theme folder\views\default.master.php

    you can find

    echo Wrap(Anchor(T('Powered by Vanilla),
    

    like this, change it you want.

Sign In or Register to comment.