if (!defined('WEBPATH')) include $_SERVER['DOCUMENT_ROOT'].'/system/default.php'; $path = isset($_GET['path']) ? $_GET['path'] : ""; $lang = $L-> getCurrentLanguage(); $contacts = new contact; $Template = new Common_Template('Default'); $array['title'] = $L->Str('contacts'); $array['fb']['title'] = $L->Str('contacts'); $array['fb']['url'] = 'http://'.$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI']; $array['fb']['image'] = 'http://'.$_SERVER['HTTP_HOST'].'/images/logo.png'; $array['fb']['app_id'] = '212477418881028'; $array['fb']['description'] = '123'; $array['fb']['site_name'] = 'http://'.$_SERVER['HTTP_HOST']; ob_start(); ?>