Esempio n. 1
0
<? endif ?>

<? if ( $displayAdminDashboard ): ?>
	<!--[if IE]><script src="<?= $wg->ResourceBasePath ?>/resources/wikia/libraries/excanvas/excanvas.js"></script><![endif]-->
<? endif ?>

<?= $headItems ?>

</head>
<body class="<?= implode(' ', $bodyClasses) ?>"<?= $itemType ?>>

<?= $comScore ?>
<?= $quantServe ?>
<?= $googleAnalytics ?>
<?= $ivw ?>
<?= AdEngine::getLiftiumOptionsScript() //this script has a dependency on script from the AbTesting extension, which is in $globalVariablesScript above ?>
<?= $adsABtesting; ?>
<?= $body ?>

<?php
	if (empty($wg->SuppressAds)) {
		echo F::app()->renderView('Ad', 'Index', array('slotname' => 'INVISIBLE_1'));
		if (!$wg->EnableCorporatePageExt) {
			echo F::app()->renderView('Ad', 'Index', array('slotname' => 'INVISIBLE_2'));
		}
	}
?>

<? if( $jsAtBottom ): ?>
	<!--[if lt IE 8]>
		<script src="<?= $wg->ResourceBasePath ?>/resources/wikia/libraries/json2/json2.js"></script>