Hi, I've just installed zenphoto and going to use garland theme. I have 2 questions. Can anybody help please
1) When I enter the description of the album it appears before my photos. But if the description is long it will move photos far down. Is it possible to change the location of description so that it appears after photos?
Illustration -
http://s11.postimg.org/ixslr2wxv/move.jpg2) I need to enter some code (ad code or some else) on the photo page. What file I should correct?
Illustration -
http://s16.postimg.org/oy1rip2lx/code.jpg Thanks in advance
Comments
http://www.zenphoto.org/news/theming-tutorial
In the theme folder (themes > garland) locate album.php
On line 47 you see: `<?php printAlbumDesc(); ?>`
Copy and remove this code and paste it below this line of code:
`<?php $handler->theme_content($map); ?>` (line 74)
You would have to change the image.php file.