singapore: the smallest big galery
home » forum » Templates » [modern tmpl] remove "Showing 1-4 of 4"

You are not logged in.

#1 2007-12-14 15:03:28

Sesjusz
Member

[modern tmpl] remove "Showing 1-4 of 4"

How to remove string "Showing 1-4 of 4" from modern template ?

It is f.e. here:
http://www.garmin.com.pl/mc/index.php?gallery=. (dead link)

and here:
http://www.garmin.com.pl/mc/index.php?gallery=Ladscapes (dead link)

And another question, I want to put my small logo (logo.jpg) like tkat (in the right cotner:
http://www.garmin.com.pl/mc/logo.jpg  (dead link)

Offline

 

#2 2007-12-14 17:21:39

DC
Administrator

Re: [modern tmpl] remove "Showing 1-4 of 4"

Hi in templates/ gallery.tpl.php

Look for 2 instances of
<?php echo $sg->galleryTab(); ?>

Replace them with this.
<p class="sgTab">&nbsp;</p>

That should remove your 1-4

For logo I think you should just be able to edit that into the head template ...

DC

Last edited by DC (2007-12-14 17:22:03)


To code or not to code that is the question?

Did my response help you out? Consider donating by buying me a slice, Whats this? Read More!
http://www.clickcraft.net/slice.php

Offline

 

#3 2007-12-15 13:36:10

Sesjusz
Member

Re: [modern tmpl] remove "Showing 1-4 of 4"

Thank you DC ! smile

Offline

 

#4 2008-07-20 04:47:04

kizmiaz
Member

Re: [modern tmpl] remove "Showing 1-4 of 4"

ok, adding a logo to the page could be done by adding a link (?) to the head template. sounds fine to me as long as i can figure out the code to do so ^^

Offline