Member:
Markus ⋅
Date: January 24, 2010, 11:31 PM
⋅ Subject: "Re: Visit Wiccle Button?"
It's there just to illustrate that you can make menu items that link to both internal pages and to external URLs, and that was the obvious thing to put in. =)
The only thing you need to leave intact is the rectangular footer with the "iWiccle CMS Community Builder" bit. If you want, you can customize its colors to match your site's color scheme in skin_config.php:
$skin['ad']['adc'] = "885c94"; // font color
$skin['ad']['adbgc'] = "ddd"; // background color
$skin['ad']['adbrd'] = "eee"; // border color
In the above, enter the usual hexadecimal representation (or the shorthand) of a color without the # prefix. There is a useful reference sheet on common color HEX values at w3schools (along with some more valuable HEX color info), and you can also copy the HEX value from most image editor programs' color pickers.
You are free to remove all other references including those in the header (site_logo.png / skin_wrappers.php line #297), the browser title bar suffix (under Admin CP > System > Search Engines), and any other pages or template files where they might occur as a part of the HTML there.
We really don't want anyone's site to look like the default template! When I search for "Powered by Wiccle", I'm desperate for sites that look totally different and unique. (There are some nice customizations out there on 1.11, and we trust 1.20 will take it to a whole new level.) Of course if you want to splatter your site full of Wiccle references you can, but you really should be filling it with your own branding. =)
I've done my best within the limits of time to make new template creation a very fast process (even if only to save my own time as I've hacked in diverse designs for customer sites), and as such there's a particular interest from my side to see the the productivity value of iWiccle/Wiccle be put into good use on this field, and to support that.