Adding links next to "Powered by Vanilla" and help with status box.

Hi everyone, first off would just like to say how much I LOVE Vanilla.
I've changed the look to the default theme to match my site but it looks like I may have messed up some css as my status bar is looking dodgy. If anyone could please advise where I went wrong I would very much appreciate it.
Also, how do i add links of my own next to the "Powered by Vanilla" at the bottom?
Thanks again, Kyle.
I've changed the look to the default theme to match my site but it looks like I may have messed up some css as my status bar is looking dodgy. If anyone could please advise where I went wrong I would very much appreciate it.
Also, how do i add links of my own next to the "Powered by Vanilla" at the bottom?
Thanks again, Kyle.
0
Comments
themes/vanillatheme/view/default.master.php
"<?php
$this->RenderAsset('Foot');
echo Wrap(Anchor(T('Powered by Vanilla'), C('Garden.VanillaUrl')), 'div');"
Here?
$this->RenderAsset('Foot'); printf(Gdn::Translate('Design and Marketing by %s'), '<a href="http://Raize.ca" target="_blank"><span>Raize</span></a>');