Beispiel #1
0
 // Highslide Caption, Description
 if ($this->tmpl['detail_window'] == 5) {
     if ($this->tmpl['display_title_description'] == 1) {
         echo '<div class="highslide-heading">';
         echo $cv->title;
         echo '</div>';
     }
     if ($this->tmpl['displaydescriptiondetail'] == 1) {
         echo '<div class="highslide-caption">';
         echo $cv->description;
         echo '</div>';
     }
 }
 // Hot, New
 if ($cv->type == 2) {
     echo PhocaGalleryRenderFront::getOverImageIcons($cv->date, $cv->hits);
 }
 echo "\n" . '</div></div></div>' . "\n";
 // BOX End
 // Subfolder Name
 if ($cv->type == 1) {
     if ($cv->display_name == 1 || $cv->display_name == 2) {
         echo '<div class="pg-cv-name pg-cv-folder">' . PhocaGalleryText::wordDelete($cv->title, $this->tmpl['char_cat_length_name'], '...') . '</div>';
     }
 }
 // Image Name
 if ($cv->type == 2) {
     if ($cv->display_name == 1) {
         echo '<div class="pg-cv-name">' . PhocaGalleryText::wordDelete($cv->title, $this->tmpl['charlengthname'], '...') . '</div>';
     }
     if ($cv->display_name == 2) {