Closed (fixed)
Project:
Samara
Version:
7.x-1.0
Component:
Code
Priority:
Minor
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 May 2011 at 14:34 UTC
Updated:
18 Jun 2012 at 14:51 UTC
Jump to comment: Most recent
Hi,
I using samara for my Drupal theme and at the bottom of the pages is this 2011 copyright notice and a link to a Russian web site. Is it possible to edit this and type in that the copyright is for the Samara theme and not my own material.
Comments
Comment #1
itsjustbert commentedHey there.
I came across this exact issue just moments ago. I didn't find any info about the problem so I just found it in the code. To remove this, go to the template.php file in your Samara theme folder. On lines 80-82 you will find:
Change the line:
by either removing it completely, commenting it out with //, or you could put in a different link such as www.copyright.gov or something.
I hope this works for anyone who may not like that random link down there.
Comment #2
aathewise commentedI think that copyright is meant to be there and placed by garamond (theme owner). To put your copyright information in there through the drupal interface, go to admin/appearance/settings/samara and on the bottom of the page edit the field that says 'Copyright information'
Comment #3
chi commentedAt the moment all copyright information is editable through the drupal interface.