Where to get {g->head} SlideshowMediaRss

guifson

Joined: 2009-04-23
Posts: 15
Posted: Thu, 2009-04-23 20:13

We know that the HTML head
The document head adds content from Gallery and the selected theme. This content includes style sheet information, JavaScript to load, metadata, and the title for the page.

Quote:
<head>
{* Let Gallery print out anything it wants to put into the <head> element *}
{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}

{* Include this theme's style sheet *}
<link rel="stylesheet" type="text/css" href="{g->theme url="theme.css"}"/>
</head>

My problem is that, i would like to know where is this one {g->head} retrieve , just because i would like to remove the RSS FEED <link rel="alternate" type="application/rss+xml" title="Photo RSS" href="main.php?g2_view=slideshow.SlideshowMediaRss&amp;g2_itemId=ID(here)"/>
on the albums

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 7884
Posted: Thu, 2009-04-23 22:09
 
guifson

Joined: 2009-04-23
Posts: 15
Posted: Thu, 2009-04-23 22:19

The other problem is that, i just don't want to uninstall the slideshow, because it is runing on another side.
All i wnat is to remove the RSS FEED from the <head></head>