Gallery large title won't change
Posted: 06 May 2009, 22:04
Okay, so I have a gallery created and no matter what the gallery is called, the .componentheader which is the larger page title on most other components, articles, etc in Joomla is showing as "Photo Essay" which is what I have called the Top-level category that all my photo essay galleries are going into. I'd like it though to be the name of the active gallery category, not the parent category.
Also, the code behind is like this-
I've tried editing all the instances of <div class="componentheading"> in the component but it doesn't change on the page, it still shows as a <div> so I'm not sure why it won't change although it doesn't look like the component specific code (identifier div) is being called into the page either...?
So how do I get the below #2 to have the same content as #1?

Also, the code behind is like this-
Code: Select all
<div class="componentheading">Photo Essays</div>
//It'd be better if that <div> was an <h1> like other components and throughout Joomla it is--
<h1 class="componentheading">Photo Essays</h1>
So how do I get the below #2 to have the same content as #1?
