Projet

Général

Profil

Révision 278d2613 data/www/inc/funkce.inc.php

Voir les différences:

data/www/inc/funkce.inc.php
54 54
    $info_array = infoParse($infofile);
55 55

  
56 56
    //video ?
57
    if($info_array["video"] == "true") {
58
      $galerievideo = true;
57
    if(trim($info_array["video"]) == "true") {
58
      //print_r($info_array);
59
      $galerievideo = 1;
59 60
    }
60 61
    else {
61
      $galerievideo = false;
62
      $galerievideo = 0;
62 63
    }
63 64

  
64 65
    if ($info_array["date"]) {

Formats disponibles : Unified diff

Redmine Appliance - Powered by TurnKey Linux