diff --git a/Repositories/statistics/includes/inc.fns.navbar.es.php b/Repositories/statistics/includes/inc.fns.navbar.es.php new file mode 100755 index 0000000..a2af207 --- /dev/null +++ b/Repositories/statistics/includes/inc.fns.navbar.es.php @@ -0,0 +1,19 @@ + $link) + { + print "["; + if (!$link["match"]) + { + print ''; + } + print $link["text"]; + if (!$link["match"]) + { + print ""; + } + print "] "; + } + } +?>