From 3f79a9581ad5effef1f231d6d6d37c03f02121f5 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 29 Sep 2013 21:55:40 -0700 Subject: clean up the default page definition - get rid of right_aside which is illegal --- view/php/default.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'view/php') diff --git a/view/php/default.php b/view/php/default.php index ae4da50b4..3573bf829 100644 --- a/view/php/default.php +++ b/view/php/default.php @@ -7,12 +7,12 @@ - -
+ +
- +
-- cgit v1.2.3 From f8d34a2aafafd35858aac3ae19b6a56c67f4c5e9 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 8 Oct 2013 17:31:49 -0700 Subject: First visit http://fontawesome.io/cheatsheet/, then it's your turn. Please don't leave this for me to fix, because you'll hate it. There are a few icons we'll have to map to something appropriate - such as "matrix"; though there are some interesting options - and you can always dip into unicode if you don't find something appropriate here; though I would suggest that *if* you do this to create an icon-xyz class wrapper to the HTML "i" tag so that it's handled exactly the same. --- view/php/theme_init.php | 1 + 1 file changed, 1 insertion(+) (limited to 'view/php') diff --git a/view/php/theme_init.php b/view/php/theme_init.php index e4a56acc3..8b75bc940 100644 --- a/view/php/theme_init.php +++ b/view/php/theme_init.php @@ -10,6 +10,7 @@ head_add_css('library/jgrowl/jquery.jgrowl.css'); head_add_css('library/jslider/css/jslider.css'); head_add_css('library/prettyphoto/css/prettyPhoto.css'); head_add_css('library/colorbox/colorbox.css'); +head_add_css('library/font_awesome/css/font-awesome.min.css'); head_add_js('js/jquery.js'); head_add_js('js/jquery-migrate-1.1.1.js'); -- cgit v1.2.3