Remove “Install Drupal web hosting” footer
If you are using SimpleScripts to install the Drupal, you might have “Install Drupal web hosting” at the bottom of your drupal webpage. Below are the sample of the html source code embedded:
<a href=“http://www.simplescripts.com/script_details/install:Drupal” title=“install Drupal”>Install Drupal</a><a href=“http://www.hostmonster.com” title=“web hosting”>web hosting</a> |
You might want get rid of this message due to the security and confidentiality issue
Solution
Remove the above codes from the following files:
modules/system/maintenance.page.tpl.phpmodules/system/page.tpl.php
themes/<ThemeName>/maintenance.page.tpl.php themes/<ThemeName>/page.tpl.php |