-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfooter.php
More file actions
22 lines (19 loc) · 1.3 KB
/
footer.php
File metadata and controls
22 lines (19 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<footer class="rex-global-footer">
<nav class="rex-nav-footer">
<ul class="list-inline">
<li><a href="#rex-start-of-page"><i class="fa fa-arrow-up"></i></a></li>
<?php
if(rex_addon::get('be_branding')->getConfig('agency')) {
echo '<li><a href="index.php?page=credits">'.rex_addon::get('be_branding')->getConfig('agency').'</a></li>';
}
?>
<li><a href="https://www.yakamara.de" target="_blank" rel="noreferrer noopener">yakamara.de</a></li>
<li><a href="https://www.redaxo.org" target="_blank" rel="noreferrer noopener">redaxo.org</a></li>
<?php if (rex::getUser() && rex::getUser()->isAdmin()): ?>
<li><a href="https://www.redaxo.org/doku/master" target="_blank" rel="noreferrer noopener' ?>"><?php echo rex_i18n::msg('footer_doku'); ?></a></li>
<?php endif; ?>
<li><a href="<?php echo rex::getUser() ? rex_url::backendPage('credits') : 'https://www.redaxo.org/" target="_blank" rel="noreferrer noopener' ?>"><?php echo rex_i18n::msg('footer_credits'); ?></a></li>
<li class="rex-js-script-time"><!--DYN--><?php echo rex_i18n::msg('footer_scripttime', $this->time); ?><!--/DYN--></li>
</ul>
</nav>
</footer>