Project

General

Profile

« Previous | Next » 

Revision 974eb0e4

Added by Stephen Beaver over 9 years ago

Changed "Scroll to top of page" icons to more suitable icon from font-awesome

View differences:

src/usr/local/www/foot.inc
12 12
	<footer class="footer">
13 13
		<div class="container">
14 14
			<p class="text-muted">
15
				<a id="tpl" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-left"></i></a>
15
				<a id="tpl" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="fa fa-caret-square-o-up pull-left"></i></a>
16 16
				<a target="_blank" href="<?=$g['product_website_footer']?>"><?=$g['product_name']?></a> is &copy;
17 17
				<?=$g['product_copyright_years']?> by <a href="<?=$g['product_copyright_url']?>" class="tblnk"><?=$g['product_copyright']?></a>. All Rights Reserved.
18 18
				[<a href="/license.php" class="tblnk">view license</a>]
19
				<a id="tpr" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="icon icon-arrow-up pull-right"></i></a></span>
19
				<a id="tpr" style="display: none;" href="#" title="<?=gettext('Top of page')?>"><i class="fa fa-caret-square-o-up pull-right"></i></a></span>
20 20
			</p>
21 21
		</div>
22 22
	</footer>

Also available in: Unified diff