mirror of
https://github.com/humhub/humhub.git
synced 2025-03-04 07:08:58 +01:00
Fixed: Links at about page
This commit is contained in:
parent
608be0cdd2
commit
084b9b676c
@ -36,16 +36,12 @@ use yii\helpers\Html;
|
||||
<?php endif; ?>
|
||||
|
||||
<hr />
|
||||
<p>
|
||||
<span class="pull-right">
|
||||
<?php echo Yii::powered(); ?>
|
||||
</span>
|
||||
© <?php echo date("Y") ?> <a href="http://www.humhub.com">HumHub GmbH & Co. KG</a>
|
||||
© <?php echo date("Y") ?> HumHub GmbH & Co. KG
|
||||
·
|
||||
<?php echo Html::a(Yii::t('AdminModule.views_about_index', 'Licences'), "http://www.humhub.com/licences", array('target' => '_blank')); ?>
|
||||
<br />
|
||||
|
||||
</p>
|
||||
<?php echo Html::a(Yii::t('AdminModule.views_about_index', 'Licences'), "http://www.humhub.org/licences", array('target' => '_blank')); ?>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user