From bdb27cfce8337e96ccafc52721e3d41de9b02e0e Mon Sep 17 00:00:00 2001 From: Zach Copley Date: Sun, 7 Dec 2008 18:59:25 -0500 Subject: trac750 - linked in CSS file and added CSS for profile box - added button for adding a box to the profile on settings darcs-hash:20081207235925-7b5ce-224fd2482f66c2c9ac9da9ce72c1c0da0243bd83.gz --- actions/facebooksettings.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'actions/facebooksettings.php') diff --git a/actions/facebooksettings.php b/actions/facebooksettings.php index 3855a0c29..4d7000d60 100644 --- a/actions/facebooksettings.php +++ b/actions/facebooksettings.php @@ -35,9 +35,15 @@ class FacebooksettingsAction extends FacebookAction { $fbuid = $facebook->require_login(); + $fbml = '' + .'

Add an Identi.ca box to your profile!

' + .'' + .'
'; + + $this->show_header('Settings'); - echo '

Coming soon...

'; + echo $fbml; $this->show_footer(); -- cgit v1.2.3-54-g00ecf