mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-05 04:37:51 +02:00
Update Admin Footer Info
This commit is contained in:
@@ -14,11 +14,11 @@
|
|||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'Glyphicons Halflings';
|
font-family: 'Glyphicons Halflings';
|
||||||
|
|
||||||
|
src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot');
|
||||||
src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
|
||||||
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),
|
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.woff') format('woff'),
|
||||||
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
|
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'),
|
||||||
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
|
url('@site_url/public/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
|
||||||
src: url('@site_url/public/assets/fonts/glyphicons-halflings-regular.eot');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
@@ -88,6 +88,10 @@ footer span {
|
|||||||
border-top: 1px solid #e0e0e0;
|
border-top: 1px solid #e0e0e0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer .highlight {
|
||||||
|
color: #333;
|
||||||
|
}
|
||||||
|
|
||||||
/*************************************
|
/*************************************
|
||||||
2. COMPONENTS
|
2. COMPONENTS
|
||||||
*************************************/
|
*************************************/
|
||||||
|
@@ -156,13 +156,7 @@
|
|||||||
<footer class="container visible-md visible-lg">
|
<footer class="container visible-md visible-lg">
|
||||||
<p class="pull-right">
|
<p class="pull-right">
|
||||||
<span>
|
<span>
|
||||||
<?php if (Option::get('language') == 'ru') { ?>
|
<a href="http://monstra.org" target="_blank">Monstra</a> was made by <a href="http://awilum.github.io" class="highlight">Sergey Romanenko</a> and is maintained by <a href="https://github.com/monstra-cms/monstra/network/members" target="_blank" class="highlight">Monstra Community</a> / © 2012 - 2016 <a href="http://monstra.org/about/license" target="_blank">Monstra</a> – <?php echo __('Version', 'system'); ?> <?php echo Monstra::VERSION; ?>
|
||||||
<a href="http://ru.forum.monstra.org" target="_blank"><?php echo __('Official Support Forum', 'system'); ?></a> /
|
|
||||||
<?php } else { ?>
|
|
||||||
<a href="http://forum.monstra.org" target="_blank"><?php echo __('Official Support Forum', 'system'); ?></a> /
|
|
||||||
<?php } ?>
|
|
||||||
<a href="http://monstra.org/documentation" target="_blank"><?php echo __('Documentation', 'system'); ?></a> /
|
|
||||||
© 2012 - 2014 <a href="http://monstra.org" target="_blank">Monstra</a> – <?php echo __('Version', 'system'); ?> <?php echo Monstra::VERSION; ?>
|
|
||||||
</span>
|
</span>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
@@ -128,11 +128,8 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center">
|
<div class="text-center">
|
||||||
<span>© 2012 - 2014 <a href="http://monstra.org" class="small-grey-text" target="_blank">Monstra</a> – <?php echo __('Version', 'system'); ?> <?php echo Monstra::VERSION; ?></span>
|
© 2012 - 2016 <a href="http://monstra.org/about/license" target="_blank">Monstra</a> – <?php echo __('Version', 'system'); ?> <?php echo Monstra::VERSION; ?>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user