Would like to remove AlphaContent footer - Joomla! Forum - community, help and support
does has alpha content extension know how remove footer stating "alphacontent 2.2 © 2005-2006 bernard gilly - visualclinic.fr" @ bottom?
if so, please let me know.
if so, please let me know.
to remove footer text, edit file called "alphacontent.php" under "/components/com_alphacontent/" directories.
then deleted text @ bottom of file:
then deleted text @ bottom of file:
code: select all
<!-- important ! not delete copyright -->
<!-- if want remove (hide) legal mention of copyright notice, please contact author -->
<!-- e-mail : contact@visualclinic.fr -->
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td class="small"><div align="center"><br>
<a href="http://www.visualclinic.fr" target="_blank">alphacontent <?php echo _alphacontent_num_version; ?> </a> © <?php echo $copysite ; ?> bernard gilly - <a href="http://www.visualclinic.fr" target="_blank">visualclinic.fr</a><br>
</div>
</td>
</tr>
</table>
Comments
Post a Comment