Jump to content
WebFlake
  • 0

Remove Powered By Custom Pages 2.0.3?


perhane

Question

5 answers to this question

Recommended Posts

  • 0

Go to library.php in your cPanel.

/public_html/admin/applications_addon/other/cp/sources/classes/library.php

 

Remove the following lines.

Line: 114
 
return "<div id='footer' style='margin: 0px; text-align: center;-moz-border-radius:5px;'>Powered By <strong>" . IPSLib::getAppTitle( 'cp' ) . " " . $this->caches['app_cache']['cp']['app_version'] . "</strong> &copy; 2009" . ( '2009' != date( 'Y' ) ?  '-' . date( 'Y' ) : '' ) . " &nbsp;<a target='_blank' href='http://www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>";

 

Line: 119
 
return "<div style='margin-top: 10px; float: right; color: #606060; font-size: 0.8em;'>Powered By " . IPSLib::getAppTitle( 'cp' ) . " " . $this->caches['app_cache']['cp']['app_version'] . " &copy; <a target='_blank' href='http://www.ipslink.pl/' title='Custom mods, skins, support and more. We develop for you.'>IPSlink.pl</a></div>";
  • Upvote 1
Link to comment
Share on other sites

×
×
  • Create New...