remove 3 labels !
|
Spider_Mycron
Joined: 2009-08-11
Posts: 39 |
Posted: Tue, 2009-08-11 23:41
|
|
Hello, p.s: i would like to create my own Header and footer Thanks |
|
| Login or register to post comments |

Posts: 17343
Admin options -> theme options -> appearance
I don't understand your other request.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 39
can't find that , again please if you may.
do you kindly means , admin >> Themes >>
then which one here exactly please
thanks
Posts: 17343
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
Posts: 39
Many many many thanks.
i will do it in that way : )
Posts: 39
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
Posts: 17343
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
Posts: 39
Thanks a lot
found it