<?php
$album_title
= "相簿目錄";
$album_title_fontface = "標楷體";
$album_title_fontcolor = "black";
$album_title_fontsize = 7;
$page_background = "../bg5.jpg";

$image_banner = "../album.gif";
$view_background = "../bg5.jpg";
$pic_width = 0;
$pic_height = 0;

$add_image = array("");
$del_image = array("", $image_banner, $page_background, $view_background);

$config_path = sprintf("./%s/config.php", $_GET["album"]);
if (
is_readable($config_path))
  include_once(
$config_path);
?>