X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/251616969893b447852aad81a4e68be6853e202e..6413bd827c1245654f5cef0198ba5bb69a5f3863:/foto/index.php diff --git a/foto/index.php b/foto/index.php index 550e7a3..4b61f37 100644 --- a/foto/index.php +++ b/foto/index.php @@ -1,6 +1,4 @@ admin('foto')) { @@ -30,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.'"'; @@ -89,3 +89,5 @@ if ($imgs = glob("$rootdir/*.jpg")) { include 'foto/album.inc.php'; } + +return;