X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/130231b1c611644b68b8a6635589dcfff457b5c3..25b7f8464704469cc4641bbb096c11f548b5a153:/foto/index.php diff --git a/foto/index.php b/foto/index.php index cd939f3..4b61f37 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,9 +1,7 @@ admin('foto')) { $access = '🔓 Openbaar'; if (isset($PageAccess)) { $access = "🔒 Bewoners"; @@ -19,6 +17,7 @@ if (!empty($User['admin'])) { $nav = explode('/', $rootdir); $nav[0] = "Foto's"; # override of root 'foto' $title = array_pop($nav); +$Article->title = implode(' ', $nav) . ': ' . $title; $link = ''; print "

"; @@ -29,13 +28,15 @@ foreach ($nav as $i => $linktitle) { print $title; print "

\n\n"; -print $intro; +if (isset($Article->raw)) { + print $Article->raw; # page intro +} function showthumb($path) { // assume all album entries are symlinks to archive originals $target = preg_replace('{^(\.\./)*}', '', readlink($path)); - $thumb = 'thumb/200/' . $target; + $thumb = 'thumb/262/' . $target; @list ($order, $size, $title) = explode(':', pathinfo($path, PATHINFO_FILENAME), 3); $imgtag = 'img src="/'.$thumb.'"'; @@ -76,7 +77,11 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { if ($imgs = glob("$rootdir/*.jpg")) { print '