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 + }