diff --git a/art/index.php b/art/index.php index 00e8019..12bd250 100644 --- a/art/index.php +++ b/art/index.php @@ -145,16 +145,16 @@ if(isset($files)) { case "gif": echo ""; - echo ""; + echo "art gif"; echo ''; break; default: echo ""; if( file_exists($_SERVER['DOCUMENT_ROOT'] . "/art/$page/thumbs/" . pathinfo($file)['filename'] . ".jpg") ) { - echo ""; + echo "art thumnail"; } else { - echo ""; + echo "art thumnail"; } echo ''; } @@ -242,16 +242,16 @@ if(isset($files)) { echo "

- + art thumnail - + art thumnail - + art thumnail - + art thumnail

"; diff --git a/blog/index.php b/blog/index.php index 841207b..5cb3c92 100644 --- a/blog/index.php +++ b/blog/index.php @@ -189,7 +189,7 @@ if(isset($page) && array_key_exists($page, $entries) ) { . ' ...

'; + . '">...

'; } echo ''; }