Remove copyright

Printer-friendly versionPrinter-friendly version

According to license agreement, copyright removal allowed only for full commercial version owners.

For the default theme template with copyrights is in 'themes/default/views/frontend/footer.tpl' file, look at code:

                    <tr>
                        <td class="footer_line" colspan="3">
                            <div id="footer">
                                Copyright © 2010 <a href="http://www.salephpscripts.com">Web 2.0 Directory</a>
                            </div>
                        </td>
                    </tr>
                </table>
        </div>
        <!-- Content Ends -->
    </div>
{if $google_analytics_profile_id}
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script>
<script type="text/javascript">
    _uacct = "{$google_analytics_account_id}";
    urchinTracker();
</script>
{/if}
</body>
</html>

you may remove or change 'Copyright © 2010 <a href="http://www.salephpscripts.com">Web 2.0 Directory</a>'