{g->head}

Fotographer

Joined: 2007-03-23
Posts: 110
Posted: Sat, 2009-03-14 23:30

I was curious as to what the get head function retrieves, and how to remove items from it.
Specifically:

Quote:
<link rel="stylesheet" type="text/css" href="modules/core/data/gallery.css"/>

Gallery3 - "Third time's the charm".

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2009-03-15 02:44

You can edit that file modules/core/data/gallery.css
or
change modules/core/classes/GalleryView.class

	/* -------------------------------------------------- */
	/* Specify our base css style before the view's, so that the view can override it */
	$template->style('modules/core/data/gallery.css');

or
viewes can override the css with !important in the css you call in the view.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team