PDA

View Full Version : Simple Scripts



mpicinch
04-18-2008, 11:31 AM
I installed Drupal 6.2 using SimpleScripts. The installation went great and Drupal is a fantastic cms. So far I do have one issue. How can I remove Installed by SimpleScripts? I want to do this asap. Please let me know right away. Thank you.

greenman
04-24-2008, 09:53 PM
mpicinch

In /yoursite.com/themes/garland/page.tpl.php

remove

Installed by <a href="http://www.simplescripts.com" title="One click Drupal installs and More">SimpleScripts</a>

from this line:

<div id="footer"><?php print $footer_message . $footer ?> Installed by <a href="http://www.simplescripts.com" title="One click Drupal installs and More">SimpleScripts</a></div>

The other themes probably are similarly set up.
Or you could just download and uncompress another theme from Drupal and install the theme at /yoursite.com/sites/all/themes/.

Do yourself a favor and make the changes in a copy of your preferred theme at the /sites/all/themes area.

Good luck.