include("gallery-config.php");
$pictures = array();
$directories = array();
$page_number = $HTTP_GET_VARS["page_number"];
$current_dir = $HTTP_GET_VARS["current_dir"];
$action = $HTTP_GET_VARS["action"];
$pic_name = $HTTP_GET_VARS["pic_name"];
$add_comment = $HTTP_POST_VARS["add_comment"];
if ($add_comment == 1)
add_comment($current_dir, $pic_name, $HTTP_POST_VARS["comment_author"], $HTTP_POST_VARS["comment_text"]);
init($directories, $page_number);
?>
Mon petit site
La page d'Aymeric |
 |
|
|
|
|
gallery($action, $page_number, $current_dir, $pic_name); ?>
|
|