Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
<?php require("gallery.php");
if ($GLOBALS['plogger_level']=="collections" || $GLOBALS['plogger_level']=="collection" ) {
$GLOBALS['plogger_level'] = "album";
$GLOBALS['plogger_id'] = 0; // Enter the id# of the album here
};
?>
<?php require("gallery.php");
if ($GLOBALS['plogger_level']=="collections" || $GLOBALS['plogger_level']=="collection" ) {
$GLOBALS['plogger_level'] = "collection";
$GLOBALS['plogger_id'] = 0; // Enter the id# of the collection here
};
?>
1 to 4 of 4