diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-08 18:21:25 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-08 18:21:25 +0000 |
commit | 3e63edf93ce77bae2891d1d0e5552768453e8404 (patch) | |
tree | eeb6b129bffc84c645d1919e686d3674cc223467 /h-source/Application/Views/right.php | |
parent | 2f4d2fa530e8b42ffe01a4b58fd02c10a8f6174d (diff) |
changed last controller to special controller
Diffstat (limited to 'h-source/Application/Views/right.php')
-rw-r--r-- | h-source/Application/Views/right.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/right.php b/h-source/Application/Views/right.php index 60b5f31..31829e0 100644 --- a/h-source/Application/Views/right.php +++ b/h-source/Application/Views/right.php @@ -118,7 +118,7 @@ </ul> <div class="last_modifications_all"> <span> - <a href="<?php echo $this->baseUrl."/last/modifications/$lang";?>"><?php echo gtext('watch all modifications');?></a> + <a href="<?php echo $this->baseUrl."/special/modifications/$lang";?>"><?php echo gtext('watch all modifications');?></a> </span> </div> </div> |