git-svn-id: https://192.168.0.254/svn/Proyectos.MatritumCantat_Web/trunk@2 8e3496fd-7892-4c45-be36-0ff06e9dacc6
49 lines
2.1 KiB
PHP
49 lines
2.1 KiB
PHP
<?php defined( "_VALID_MOS" ) or die( "Direct Access to this location is not allowed." );?>
|
|
<!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">
|
|
<head>
|
|
<?php mosShowHead(); ?>
|
|
<meta http-equiv="Content-Type" content="text/html;<?php echo _ISO; ?>" />
|
|
<meta http-equiv="Pragma" content="no-cache"/>
|
|
<meta http-equiv="cache-control" value="no-cache, no-store, must-revalidate"/>
|
|
<meta http-equiv="Expires" content="Mon, 01 Jan 1990 00:00:01 GMT"/>
|
|
<?php if ( $my->id ) { initEditor(); } ?>
|
|
<?php echo '<link rel="stylesheet" href="templates/'.$cur_template.'/css/template_css.css" type="text/css"/>'; ?>
|
|
<script type="text/javascript">var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));</script><script type="text/javascript">try {var pageTracker = _gat._getTracker("UA-297093-3");pageTracker._trackPageview();} catch(err) {}</script></head>
|
|
<body>
|
|
<div id="layout">
|
|
<div id="header">
|
|
<div id="logo"><h1><a href='/index.php'><span>Coro Matritum Cantat</span></a></h1></div>
|
|
<div id="banner">
|
|
<object width="710" height="160" data="slideshow_as2.swf" type="application/x-shockwave-flash">
|
|
<param value="sameDomain" name="allowScriptAccess"/>
|
|
<param value="slideshow_as2.swf" name="movie"/>
|
|
<param value="high" name="quality"/>
|
|
<param value="#000000" name="bgcolor"/>
|
|
</object>
|
|
<!--<? /*php mosLoadModules ('banner');*/ ?> -->
|
|
</div>
|
|
</div>
|
|
<div id="top" class="clr">
|
|
<?php mosLoadModules ('toolbar'); ?>
|
|
</div>
|
|
<div class="clr"></div>
|
|
<div id="outer" >
|
|
<div id="inner">
|
|
<div id="leftcol" >
|
|
<?php mosLoadModules ( 'left' ); ?>
|
|
</div>
|
|
<div id="maincol" >
|
|
<p class='pathway'>Estás en: <?php mosPathWay(); ?></p>
|
|
<?php mosMainBody(); ?>
|
|
</div>
|
|
<div class="clr"> </div>
|
|
</div>
|
|
</div>
|
|
<div id="footer" >
|
|
<?php include_once('includes/footer.php'); ?>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|