X-Git-Url: http://git.shiar.nl/minimedit.git/blobdiff_plain/eccaf81eef4c1528875503aa0cdbea130d755c5a..76e9012a55abbbe190c2c97d25a17ec87426e687:/foto/index.php diff --git a/foto/index.php b/foto/index.php index f77b9c1..358ef94 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,13 +1,13 @@ admin) { $access = '🔓 Openbaar'; if (isset($PageAccess)) { $access = "🔒 Bewoners"; - if ($PageAccess != $Page.$Args) { + if ($PageAccess != $rootdir) { $access .= sprintf(' vanaf %s', "/$PageAccess", pathinfo($PageAccess, PATHINFO_FILENAME) ); @@ -16,16 +16,18 @@ if (!empty($User['admin'])) { print "\n\n"; } -$nav = explode('/', $Page.$Args); +$nav = explode('/', $rootdir); +$nav[0] = "Foto's"; # override of root 'foto' $title = array_pop($nav); -$rootname = "Foto's"; # override of 'foto' +$Article->title = implode(' ', $nav) . ': ' . $title; + $link = ''; print "

"; foreach ($nav as $i => $linktitle) { - $link .= "/$linktitle"; - printf('%s →'."\n", $link, $i ? $linktitle : $rootname); + $link .= '/' . ($i ? $linktitle : $Page); + printf('%s →'."\n", $link, $linktitle); } -print $Args ? $title : $rootname; +print $title; print "

\n\n"; print $intro; @@ -75,7 +77,11 @@ if ($imgs = glob("$rootdir/*", GLOB_ONLYDIR)) { if ($imgs = glob("$rootdir/*.jpg")) { print '