X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/10c5940d15b49f8656c3c1b384f80f4c619d3d82..b3aec6cf1cd18493d44cf68d88c8f55b6a417f9c:/foto/index.php diff --git a/foto/index.php b/foto/index.php index 550e7a3..d3e9898 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,6 +1,4 @@ admin('foto')) { @@ -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;