Photos
< ?php
define('FALBUM', true);
define('FALBUM_STANDALONE', true);
require_once (dirname(__FILE__).'/../falbum.php');
if (file_exists(get_template_directory()."/falbum.php")) {
include_once(get_template_directory()."/falbum.php");
}
< ?php
$falbum->show_photos();
?>
?>