Files
pathfinder/public/templates/modules/footer.html
Exodus4D 3f4d33a3a9 added GitHub API support (show release info)
new dialog (show release info)
fixed caching timings (main ajax update trigger calls)
fixed footer "current year" number
2016-01-16 15:09:58 +01:00

15 lines
744 B
HTML

<div id="{{id}}" class="navbar navbar-default" role="navigation">
<div class="container-fluid">
<div class="navbar-header pull-left">
<p class="navbar-text txt-color txt-color-gray"><i class="fa fa-copyright"></i>
{{ currentYear }} <a class="{{footerLicenceLinkClass}}" href="javascript:void(0)" target="_blank">Licence</a>
</p>
</div>
<div class="navbar-header pull-right">
<p class="navbar-text txt-color txt-color-gray">All <a href="http://www.eveonline.com/" target="_blank">EVE ONLINE</a>
related materials are property of
<a target="_blank" href="http://www.ccpgames.com/">CCP Games</a></p>
</div>
</div>
</div>