예제 #1
0
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php 
echo $this->language;
?>
" lang="<?php 
echo $this->language;
?>
" dir="<?php 
echo $this->direction;
?>
">
<head>
	<jdoc:include type="head" />
	<?php 
if (TmplPadraoGoverno01Helper::isProtostarCssNeededForComponent()) {
    ?>
	    <link rel="stylesheet" href="<?php 
    echo $this->baseurl;
    ?>
/templates/protostar/css/template.css" type='text/css'/>
	<?php 
}
?>
</head>
<body class="contentpane">
	<div id="all">
		<div id="main">
			<jdoc:include type="message" />
			<jdoc:include type="component" />
		</div>
예제 #2
0
        ?>
']);
          <?php 
    }
    ?>
          <?php 
    if ($this->params->get('google_analytics_allow_linker', '') == 1) {
        ?>
          _gaq.push(['_setAllowLinker', true]);
          <?php 
    }
    ?>
          (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
          })();
        </script><noscript>&nbsp;<!-- item para fins de acessibilidade --></noscript>
    <?php 
}
?>
    <!-- debug -->
    <?php 
TmplPadraoGoverno01Helper::loadModuleByPosition('debug');
?>
    <?php 
TmplPadraoGoverno01Helper::debug(@$preffix, @$active_item);
?>
    
</body>
</html>