phpBB Gallery - Bug tracker

Album categorie - don't show "no pictures" (fix completed in git)

 

If you create a album categorie with some sub albums, we don't need to display " No pictures " if we visit the album categorie.

Solution:

OPEN: gallery_album_body.html

SEARCH FOR:

Code: Select all
<!-- ELSE -->
<div class="panel">
   <div class="inner">
      <span class="corners-top"><span></span></span>
         {L_NO_IMAGES}


REPLACE WITH:

Code: Select all
<!-- ELSEIF S_MODE == 2 -->
<div class="panel">
   <div class="inner">
      <span class="corners-top"><span></span></span>
         {L_NO_IMAGES}

Comments

No comments have been made

Ticket details