assign( array( "pagehtml" => utils_bg_display_pages("gallery.php","&type=$type", $page, $imagenum), "order" => $order, "images" => $images, "type" => $type, "error" => $error, "place" => ($page -1)*20, "PAGETITLE" => ucfirst($type) . " Gallery" )); $smarty->assign("page_tpl", TEMPLATE_DIR . "gallery/gallery.tpl.smrt"); $smarty->display(TEMPLATE_DIR . "gallery_template.tpl.smrt");