remove 3 labels !

Spider_Mycron

Joined: 2009-08-11
Posts: 39
Posted: Tue, 2009-08-11 23:41

Hello,
Down left the gallery 3 Labels , "xHTML", "Gallery 2", "Helo Gallery"
am i able to remove them please and / or add something i like to add ?
if yes , how please

p.s: i would like to create my own Header and footer

Thanks

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 17343
Posted: Wed, 2009-08-12 00:54
Quote:
p.s: i would like to create my own Header and footer

Admin options -> theme options -> appearance

I don't understand your other request.

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
Spider_Mycron

Joined: 2009-08-11
Posts: 39
Posted: Wed, 2009-08-12 03:33

can't find that , again please if you may.

do you kindly means , admin >> Themes >>

then which one here exactly please

thanks

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 17343
Posted: Wed, 2009-08-12 03:40

Sorry I was thinking of G3.
G2: you need to edit the theme you are using.
remove

      <div id="gsFooter">
	{g->logoButton type="validation"}
	{g->logoButton type="gallery2"}
	{g->logoButton type="gallery2-version"}
	{g->logoButton type="donate"}
      </div>

and add your own footer inplace
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
Spider_Mycron

Joined: 2009-08-11
Posts: 39
Posted: Wed, 2009-08-12 07:10

Many many many thanks.

i will do it in that way : )

Login or register to post comments
Spider_Mycron

Joined: 2009-08-11
Posts: 39
Posted: Wed, 2009-08-12 07:16

another question if poissible please ..

if i will remove all these labels !
how can i add my footer please ?

maybe you kindly show me any example or how to do it

Thanks again

Login or register to post comments
floridave
floridave's picture

Joined: 2003-12-22
Posts: 17343
Posted: Wed, 2009-08-12 16:32

Change:

      <div id="gsFooter">
	{g->logoButton type="validation"}
	{g->logoButton type="gallery2"}
	{g->logoButton type="gallery2-version"}
	{g->logoButton type="donate"}
      </div>

to

      <div id="gsFooter">
regular html here like:
<a href="http://example.com/">home</a>
      </div>

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

Login or register to post comments
Spider_Mycron

Joined: 2009-08-11
Posts: 39
Posted: Wed, 2009-08-12 19:27

Thanks a lot

found it :)

Login or register to post comments