I'm very green to Drupal so bear with me. I'm currently developing a site and have been working with Admire Gray for 6.x (sorry no selection in the version drop down), which I like no doubt, however I cannot seem to figure out how to remove the two links embedded into the footer of the theme.
They are
Visit Free Drupal Themes | Cheap web design services
Both of which link to outside sources which, rightfully so give credit to their creators, but I would like to remove them. Any info is greatly appreciated, especially if I'm into modifying code, etc.
Thanks in advance!
Comments
Comment #1
gluetown commentedI'm also brand new to drupal, but had to figure this out with the theme I'm using, too.
The page.tpl.php file (in the main directory of your theme) contains the bulk of the html tags for the template pages (html tags, doctype declaration, header, body, etc.) and you can edit it directly from there. However, other changes to the footer are probably best handled through administer > site building > blocks (such as removing the drupal logo/link).
However, for the particular theme you're using, the creator has a line in the source asking that users not remove the links (which are there no doubt for SEO/increased visibility purposes). So I'm not sure how that works.... if removing them is a breach of etiquette, terms of use, or just no big deal.
Comment #2
sakib000 commentedLinks were changed in newer version
Thanks
Comment #3
sakib000 commentedComment #4
drumm