From bdb6bea85f0c8ed4ff09d5d24c8145b445886e37 Mon Sep 17 00:00:00 2001 From: RAFAEL ALVES DE SOUZA Date: Wed, 18 Dec 2013 12:15:22 -0200 Subject: [PATCH] Sorting tab --- application/controllers/facebook_test.php | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/application/controllers/facebook_test.php b/application/controllers/facebook_test.php index d13efc1..50d31f8 100644 --- a/application/controllers/facebook_test.php +++ b/application/controllers/facebook_test.php @@ -18,13 +18,13 @@ function index() // // For more details see: http://developers.facebook.com/docs/opengraph - $opengraph = array( - 'type' => 'website', - 'title' => 'My Awesome Site', - 'url' => site_url(), - 'image' => '', - 'description' => 'The best site in the whole world' - ); + $opengraph = array( + 'type' => 'website', + 'title' => 'My Awesome Site', + 'url' => site_url(), + 'image' => '', + 'description' => 'The best site in the whole world' + ); $this->load->vars('opengraph', $opengraph); $this->load->view('facebook_view'); @@ -66,4 +66,4 @@ function logout() $this->facebook->logout(); redirect('facebook_test'); } - } \ No newline at end of file + }