Projet

Général

Profil

Révision eee84392 data/www/index.php

Voir les différences:

data/www/index.php
270 270
       } else 
271 271
	 $title = "Photo ${x[1]}";
272 272

  
273
       print "   <a href=\"$ThisScript?galerie=$galerie&amp;photo=${x[1]}\"";
273
       if($galerievideo) {
274
	 print "   <a href=\"$ThisScript?galerie=$galerie&amp;video=${x[1]}\"";
275
       }
276
       else {
277
	 print "   <a href=\"$ThisScript?galerie=$galerie&amp;photo=${x[1]}\"";
278
       }
274 279
       print " title=\"$title, $NumOfComments\"";
275 280
       if ($class) print " class=\"$class\"";
276 281
       print ">";
......
360 365

  
361 366
  if ($show_thumbs) {
362 367
    print "\n<!--mini thumbnail roll-->\n<div id=\"thumbs\" class=\"navigation\" style=\"visibility: hidden\"><ul class=\"thumbs noscript\" style=\"display:none\">";
363
    print "<a id=\"minus\" href=\"$ThisScript?galerie=$galerie&amp;photo=$snimek";
368
    if($galerievideo) {
369
      print "<a id=\"minus\" href=\"$ThisScript?galerie=$galerie&amp;video=$snimek";
370
    }
371
    else {
372
      print "<a id=\"minus\" href=\"$ThisScript?galerie=$galerie&amp;photo=$snimek";
373
    }
364 374
    print "\">";
365 375
    print "</a>\n";
366 376
    print " : \n";

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux