coppermine-gallery.com/forum

Support => cpg1.5.x Support => cpg1.5 themes (visuals) => Topic started by: N2GetherNow on June 09, 2013, 09:13:18 PM

Title: [Q] Album stats?
Post by: N2GetherNow on June 09, 2013, 09:13:18 PM
Hello guys,
how can i move <p class="album_stat"> under the album thumbnail? It's on the right side atm...
Title: Re: [Q] Album stats?
Post by: Αndré on August 28, 2013, 12:08:19 PM
Copy the blocks $template_album_list and/or $template_album_list_cat (depends on your gallery setup which you actually needs, in case of doubt: add both) from themes/sample/theme.php to your theme's theme.php file, it they don't exist. Then, find
<p class="album_stat">{ALB_INFOS}<br />{ALB_HITS}</p>
and move it to your desired location in both blocks.