$val) { $$key = $val; global $$key; } global $files, $isDir, $g_twidth, $g_cols, $g_rows, $g_title, $g_desc, $g_dispFn, $g_sortByFn, $g_folderImg, $g_showInPopup, $g_popupWidth, $g_popupHeight; include("func.php"); $path = adjustPath($path); if(!$page) $page = 0; if(!$g_cols) $g_cols = 4; if(!$g_rows) $g_rows = 1; if(!$g_title) $g_title = "Image Gallery"; if(!$g_twidth) $g_twidth = 100; $files = array(); $isDir = array("." => false); @readFiles($path, $files, $isDir); ?>
>|
|