%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/blog/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/blog/preview.php |
<?php ob_start(); ?> <!DOCTYPE html> <html> <head> <title>Stiva Blog Script - Preview</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> {STB_SEO} <head> <body> <div style="max-width: 1024px;"> {STB_LOAD} </div> </body> </html> <?php if (!isset($_GET['iframe'])) { $content = ob_get_contents(); ob_end_clean(); ob_start(); } if (!isset($_GET['controller']) || empty($_GET['controller'])) { $_GET["controller"] = "pjLoad"; } if (!isset($_GET['action']) || empty($_GET['action'])) { $_GET["action"] = "pjActionIndex"; } $dirname = str_replace("\\", "/", dirname(__FILE__)); include str_replace("app/views/pjLayouts", "", $dirname) . '/ind'.'ex.php'; $meta = NULL; $meta_arr = $pjObserver->getController()->get('meta_arr'); if ($meta_arr !== FALSE) { $meta = sprintf('<title>%s</title> <meta name="keywords" content="%s" /> <meta name="description" content="%s" /> <meta property="og:type" content="Website" /> <meta property="og:title" content="%s" /> <meta property="og:description" content="%s" /> <meta property="og:url" content="%s" /> <meta property="og:image" content="%s" /> <meta name="twitter:image:src" content="%s">', stripslashes($meta_arr['title']), htmlspecialchars(stripslashes($meta_arr['keywords'])), !empty($meta_arr['description']) ? htmlspecialchars(stripslashes($meta_arr['description'])) : htmlspecialchars(stripslashes($meta_arr['body'])), stripslashes($meta_arr['og_title']), !empty($meta_arr['description']) ? htmlspecialchars(stripslashes($meta_arr['description'])) : htmlspecialchars(stripslashes($meta_arr['body'])), $meta_arr['url'], stripslashes($meta_arr['og_image']), stripslashes($meta_arr['og_image']) ); } $content = str_replace('{STB_SEO}', $meta, $content); if (!isset($_GET['iframe'])) { $app = ob_get_contents(); ob_end_clean(); ob_start(); $app = str_replace('$','$',$app); echo preg_replace('/\{STB_LOAD\}/', $app, $content); } ?>