"Galerie de photos", "headerName" => "Galerie de photos" ]; require_once $_SERVER['DOCUMENT_ROOT'] . "/cms-special/admin-v2/\$resources/precontent.php"; ?>
" . $lang["admin-gallery"]["pictures"]['add'] . "
"); } else { foreach ($dirs as $el) { if ($el == "." || $el == "..") {} else { if (isset(explode('|', file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/galery/pictures/" . $el))[2])) { echo("" . $el ."
, ");
}
if (explode('|', file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/galery/pictures/" . $el))[1] == "unclassed") {
echo($lang["gallery"]["unclassed"]);
} else {
echo(file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/galery/categories/" . explode('|', file_get_contents($_SERVER['DOCUMENT_ROOT'] . "/data/webcontent/galery/pictures/" . $el))[1]));
}
echo(", {$lang["admin-gallery"]["general"]["label"]} - " . $lang["admin-gallery"]["pictures"]['download'] . " - " . $lang["admin-gallery"]["pictures"]['delete'] . "