Skip to content

Commit

Permalink
Fix for days translation
Browse files Browse the repository at this point in the history
  • Loading branch information
lemonsoftwarero committed Jul 10, 2007
1 parent 232c0a9 commit 1b9d1e9
Show file tree
Hide file tree
Showing 2 changed files with 503 additions and 130 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@
echo "&nbsp;<a href='$NEXT_WEEK_URL'>&gt;&gt;</a>\n";
} else {
echo "<a href='$PREV_DAY_URL'>&lt;&lt;</a>&nbsp;\n";
echo dateformat();
echo dateformat(strtotime($atmp[0]));
echo "&nbsp;<a href='$NEXT_DAY_URL'>&gt;&gt;</a>\n";
}
echo " </td>\n";
Expand Down
Loading

0 comments on commit 1b9d1e9

Please sign in to comment.