summaryrefslogtreecommitdiff
path: root/app/views/index/index.phtml
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/index/index.phtml')
-rw-r--r--app/views/index/index.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views/index/index.phtml b/app/views/index/index.phtml
index 73e5fcc4d..bd18d2d77 100644
--- a/app/views/index/index.phtml
+++ b/app/views/index/index.phtml
@@ -23,6 +23,7 @@ if(!login_is_conf ($this->conf) ||
<div class="post content">
<h1><?php echo Translate::t ('forbidden_access'); ?></h1>
<p><?php echo Translate::t ('forbidden_access_description'); ?></p>
+ <p><a href="<?php echo _url ('index', 'about'); ?>"><?php echo Translate::t ('about_freshrss'); ?></a></p>
</div>
<?php
} \ No newline at end of file