%PDF- %PDF-
Direktori : /home1/dimen328/libertysa.com.br/admin/modules/blog/app/views/pjLayouts/ |
Current File : //home1/dimen328/libertysa.com.br/admin/modules/blog/app/views/pjLayouts/pjActionIframe.php |
<!doctype html> <html> <head> <title></title> <?php foreach ($controller->getCss() as $css) { echo '<link type="text/css" rel="stylesheet" href="'.(isset($css['remote']) && $css['remote'] ? NULL : PJ_INSTALL_URL).$css['path'].$css['file'].'" />'; } ?> <meta http-equiv="X-UA-Compatible" content="IE=8" /> <meta name="viewport" content="width=device-width, initial-scale=1"> </head> <body> <?php require $content_tpl; foreach ($controller->getJs() as $js) { echo '<script src="'.(isset($js['remote']) && $js['remote'] ? NULL : PJ_INSTALL_URL).$js['path'].$js['file'].'"></script>'; } ?> </body> </html>