<code>
<?php
//include 'albums/photos/index.php';
// MiniGal Nano integration START
$path_to_minigalnano = "albums/"; //     <- Enter relative path to MiniGal Nano here (eg. "subfolder/minigalnano/") - END WITH /

// DO NOT EDIT BELOW THIS LINE!
define("GALLERY_ROOT", $path_to_minigalnano);
require(GALLERY_ROOT . "index.php");
// MiniGal Nano integration END
?>
</code>