summaryrefslogtreecommitdiff
path: root/app/views/index
diff options
context:
space:
mode:
authorGravatar Marien Fressinaud <dev@marienfressinaud.fr> 2013-11-14 18:20:08 +0100
committerGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2013-11-14 20:28:04 +0100
commit168dbefc0adebb5494297ce32912e7c47524ed3b (patch)
treea60f898c4cb6893f80acd418e05a3d7cfd950c7c /app/views/index
parent6fe1e1bad0c0164e187ce4c560c2f35bafdff9a5 (diff)
Page "à propos" accessible aux visiteurs
Voir #266
Diffstat (limited to 'app/views/index')
-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