Look into the folder and check for this file > ~/applications/dashboard/views/default.master.php
Copy this file (to be upgrade save) and drop it into a folder like this > ~/themes/myVanillaTheme/views/default.master.php
Now edit the copied file and look into line 63 to 68 (Vanilla 2.0.0, this maybe changes in later releases). <div id="Foot">
<?php
$this->RenderAsset('Foot');
echo Wrap(Anchor(T('Powered by Vanilla'), C('Garden.VanillaUrl')), 'div');
?>
</div>
Write into the DIV and save your changes. Works for me!
Greetz p*
VanillaAPP | iOS & Android App for Vanilla - White label app for Vanilla Forums OS
VanillaSkins | Plugins, Themes, Graphics and Custom Development for Vanilla
Comments
Look into the folder and check for this file >
~/applications/dashboard/views/default.master.php
Copy this file (to be upgrade save) and drop it into a folder like this >
~/themes/myVanillaTheme/views/default.master.php
Now edit the copied file and look into line 63 to 68 (Vanilla 2.0.0, this maybe changes in later releases).
<div id="Foot"> <?php $this->RenderAsset('Foot'); echo Wrap(Anchor(T('Powered by Vanilla'), C('Garden.VanillaUrl')), 'div'); ?> </div>
Write into the DIV and save your changes. Works for me!
Greetz
p*