Browse Source

Update text.php.tmpl

update current menu link
Josh Smith 8 years ago
parent
commit
09230fdd9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      text.php.tmpl

+ 1 - 1
text.php.tmpl

@@ -87,7 +87,7 @@ if (\$count == 4){
                 <nav>
                     <ul class="topnav" id="myTopnav">
 			<li class="icon"><a href="javascript:void(0);" onclick="myFunction()"><i class="fa fa-bars" ></i></a></li>
-                        <li><a href="index.html" >Current</a></li>
+                        <li><a href="/" >Current</a></li>
                         <li><a href="week.html" >Week</a></li>
                         <li><a href="month.html" >Month</a></li>
                         <li><a href="year.html" >Year</a></li>