|
@@ -13,8 +13,10 @@
|
|
|
<dt><?php echo _t('index.about.license'); ?></dt>
|
|
<dt><?php echo _t('index.about.license'); ?></dt>
|
|
|
<dd><?php echo _t('index.about.agpl3'); ?></dd>
|
|
<dd><?php echo _t('index.about.agpl3'); ?></dd>
|
|
|
|
|
|
|
|
|
|
+ <?php if (FreshRSS_Auth::hasAccess()): ?>
|
|
|
<dt><?php echo _t('index.about.version'); ?></dt>
|
|
<dt><?php echo _t('index.about.version'); ?></dt>
|
|
|
<dd><?php echo FRESHRSS_VERSION; ?></dd>
|
|
<dd><?php echo FRESHRSS_VERSION; ?></dd>
|
|
|
|
|
+ <?php endif; ?>
|
|
|
</dl>
|
|
</dl>
|
|
|
|
|
|
|
|
<p><?php echo _t('index.about.freshrss_description'); ?></p>
|
|
<p><?php echo _t('index.about.freshrss_description'); ?></p>
|