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]

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-02-21 03:27

What theme?

If it's based off matrix it should be near the top of theme.tpl

 
SmokeyDP

Joined: 2005-10-18
Posts: 8
Posted: Tue, 2006-02-21 04:35

It is actually wordpress

 
SmokeyDP

Joined: 2005-10-18
Posts: 8
Posted: Tue, 2006-02-21 05:13

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....

 
SmokeyDP

Joined: 2005-10-18
Posts: 8
Posted: Tue, 2006-02-21 05:27

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}

 
lvthunder

Joined: 2003-09-12
Posts: 808
Posted: Tue, 2006-02-21 05:51

Oh well then it's part of Wordpress and not G2 then. Does it show up on your other Wordpress pages.

 
SmokeyDP

Joined: 2005-10-18
Posts: 8
Posted: Tue, 2006-02-21 06:08

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.