X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/76e9012a55abbbe190c2c97d25a17ec87426e687..2b63cbb67dfa8b65019433108edb62003a39d447:/foto/index.php diff --git a/foto/index.php b/foto/index.php index 358ef94..d3e9898 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,9 +1,7 @@ admin) { +if ($User and $User->admin('foto')) { $access = '🔓 Openbaar'; if (isset($PageAccess)) { $access = "🔒 Bewoners"; @@ -30,7 +28,9 @@ foreach ($nav as $i => $linktitle) { print $title; print "\n\n"; -print $intro; +if (isset($Article->raw)) { + print $Article->raw; # page intro +} function showthumb($path) { @@ -89,3 +89,5 @@ if ($imgs = glob("$rootdir/*.jpg")) { include 'foto/album.inc.php'; } + +return;