show breadcrumbs only in gallery

kdji123

Joined: 2009-05-05
Posts: 24
Posted: Thu, 2010-08-26 06:25

i am using joomla integrated gallery,
what i want is to hide gallery breadcrumbs from joomla integrated page but to show it on non-integrated gallery page.can somebody helf me to do that.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Thu, 2010-08-26 12:27
<script>
  document.getElementById("gsNavBar").style.display='none';
</script>

or with jQuery

<script>
  $("#gsNavBar").hide();
</script>

-s
FlashYourWeb and Your Gallery with The E2 XML Media Player for Gallery2