Archive

Archive for January 18, 2012

Logo and Copyright of Joomla template

January 18, 2012 Leave a comment

1. logo location

joomla/images/logo.jpg

2. copyright files

2.1 under joomla/templates/temp1/index.php

  • find “Powered By xxxx”
  • or <?php include “copyright.php; ?>
  • if copyright.php was Zend Encoder, then modified the code as:

<!– copyright begin –>

<?php include “copyright.php; ?>

<!– copyright end –>

Then in the browser “view page source”, copy the HTML and save as copyright.php, that is what the copyright.php for.

temp1 is the template name.

2.2 copy the template to local

Find the copyright string and replace it as you want.

2.3 Zend Encode for index.php

If the index.php was fully or partially Zend Encode, it would be hard to replace the copyright. Any way, that is out side of open source, just forget it.

 

Categories: Joomla!