sintonia/airtime_mvc/application/layouts/scripts/bare.phtml
denise b801235c99 CC-1960: Internationalize Airtime / Support translations
-added gettext function to strings in layout/scripts
2012-11-20 11:33:37 -05:00

13 lines
444 B
PHTML

<?php echo $this->doctype() ?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title><?php echo _("Live stream") ?></title>
<?php echo $this->headScript() ?>
<?php echo $this->headLink() ?>
<?php echo isset($this->google_analytics)?$this->google_analytics:"" ?>
</head>
<body>
<div id="content"><?php echo $this->layout()->content ?></div>
</body>
</html>