X-Git-Url: https://git.cweiske.de/awstats-helper.git/blobdiff_plain/eb3da2e4e7eb5b10ceb44b42d91cee24c6ea33c1..c67530a7496638869343ed928be9e6cb1a365603:/functions.php 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 = <<