mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 20:27:40 +02:00
Admin Default Theme: footer links - updates
This commit is contained in:
@@ -97,8 +97,8 @@
|
|||||||
<footer>
|
<footer>
|
||||||
<p align="right">
|
<p align="right">
|
||||||
<span style="border-top:1px solid #E0E0E0; padding-top:10px;">
|
<span style="border-top:1px solid #E0E0E0; padding-top:10px;">
|
||||||
<a href="http://forum.monstra.org/"><?php echo __('Official Support Forum', 'system'); ?></a> /
|
<a href="http://forum.monstra.org" target="_blank"><?php echo __('Official Support Forum', 'system'); ?></a> /
|
||||||
<a href="http://monstra.org/documentation"><?php echo __('Documentation', 'system'); ?></a> /
|
<a href="http://monstra.org/documentation" target="_blank"><?php echo __('Documentation', 'system'); ?></a> /
|
||||||
© 2012 <a href="http://monstra.org" target="_blank">Monstra</a> – <?php echo __('Version', 'system'); ?> <?php echo Core::VERSION; ?>
|
© 2012 <a href="http://monstra.org" target="_blank">Monstra</a> – <?php echo __('Version', 'system'); ?> <?php echo Core::VERSION; ?>
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
|
Reference in New Issue
Block a user