diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-13 15:25:33 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-06-13 15:25:33 +0000 |
commit | dcbc21e9680c54adc831b71cd1d22d3e680e03b0 (patch) | |
tree | 3680129b872dbd509c4cdb1c05cb6d92e40c011e /h-source/Application/Views/Special/modactions.php | |
parent | 527b6fd83ec10f172a8595ab8eea72489cbe0833 (diff) |
administrators can now see the list of hidden pages
Diffstat (limited to 'h-source/Application/Views/Special/modactions.php')
-rw-r--r-- | h-source/Application/Views/Special/modactions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Views/Special/modactions.php b/h-source/Application/Views/Special/modactions.php index fe50223..d3d535f 100644 --- a/h-source/Application/Views/Special/modactions.php +++ b/h-source/Application/Views/Special/modactions.php @@ -23,7 +23,7 @@ <div id="left"> <div class="position_tree_box"> - <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <a href="<?php echo $this->baseUrl."/my/home/$lang/$token";?>">panel</a> » moderators' actions + <a href="<?php echo $this->baseUrl."/home/index/$lang";?>">Home</a> » <a href="<?php echo $this->baseUrl."/my/home/$lang/$token";?>"><?php echo gtext('panel');?></a> » moderators' actions </div> <div class="contrib_explain_box"> |