Пример #1
0
<?php

$bigtree["form"] = $form = BigTreeAutoModule::getEmbedFormByHash($_GET["hash"]);
$bigtree["form_root"] = ADMIN_ROOT . "ajax/auto-modules/embeddable-form/";
?>
<!doctype html> 
<!--[if lt IE 7 ]> <html lang="en" class="ie ie6"> <![endif]-->
<!--[if IE 7 ]>	<html lang="en" class="ie ie7"> <![endif]-->
<!--[if IE 8 ]>	<html lang="en" class="ie ie8"> <![endif]-->
<!--[if IE 9 ]>	<html lang="en" class="ie9"> <![endif]-->
<!--[if (gt IE 9)|!(IE)]><!--> <html lang="en"> <!--<![endif]-->
	<head>
		<meta charset="utf-8" />
		<link rel="stylesheet" href="<?php 
echo ADMIN_ROOT;
?>
css/main.css" type="text/css" media="screen" />
		<?php 
if (isset($bigtree["css"]) && is_array($bigtree["css"])) {
    foreach ($bigtree["css"] as $style) {
        ?>
		<link rel="stylesheet" href="<?php 
        echo ADMIN_ROOT;
        ?>
css/<?php 
        echo $style;
        ?>
" type="text/css" media="screen" />
		<?php 
    }
}