diff options
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> |