From: Christian Weiske Date: Sun, 4 Dec 2011 21:51:34 +0000 (+0100) Subject: direct link to current page X-Git-Url: https://git.cweiske.de/awstats-helper.git/commitdiff_plain/e35dd4afe88a96120288e3bff2b49dbaa1a35c6d direct link to current page --- diff --git a/functions.php b/functions.php index cc37e32..5ee79a9 100644 --- a/functions.php +++ b/functions.php @@ -105,8 +105,10 @@ function aws_createGlobalIndex() $links = ''; foreach ($dirs as $dir) { $name = basename($dir); - $links .= '
  • ' - . $name . '
  • '; + $links .= '
  • ' + . '' . $name . '' + . ' [current]' + . '
  • '; } $html = <<