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

itsjustbert’s picture

Hey 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:

  // Add $copyright_information variable
  $vars['copyright_information'] = theme_get_setting('copyright_information');
  $vars['copyright_information'] .= ' <a href="http://www.metp.ru">метр</a>';

Change the line:

$vars['copyright_information'] .= ' <a href="http://www.metp.ru">метр</a>';

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.

aathewise’s picture

I 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'

Chi’s picture

Status: Active » Fixed

At the moment all copyright information is editable through the drupal interface.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.