Can someone tell me how to remove this?
SmokeyDP
Joined: 2005-10-18
Posts: 8 |
Posted: Tue, 2006-02-21 01:38 |
I looked in all the .TPL files and I can not find it. It seems to have this information at the top no matter what theme I use. I want to remove where it has the link to 'Home' and where it prints the gallery name really big. [img]http://www.scotts-basement.com/Pictures/Misc/galleryexample.jpg[/img] |
|
Posts: 808
What theme?
If it's based off matrix it should be near the top of theme.tpl
Posts: 8
It is actually wordpress
Posts: 8
I just looked through the theme.tpl and can't find where this is coming from. For some reason if I call up Gallery2 standalone then the circled text does not show up. Every theme seems to be doing the same thing....
Posts: 8
Looks like it was this line causing it:
{g->head}
{* If Gallery doesn't provide a header, we use the album/photo title (or filename) *}
{if empty($head.title)}
<title>{$theme.item.title|default:$theme.item.pathComponent|markup:strip}</title>
{/if}
Posts: 808
Oh well then it's part of Wordpress and not G2 then. Does it show up on your other Wordpress pages.
Posts: 8
What was happening was the Head information was getting stripped of the Head tags by Drupal. It was causing the two lines to be posted at the top.