2014-02-18 12:10:29 +01:00
|
|
|
<html>
|
2014-05-05 16:44:28 +02:00
|
|
|
<head>
|
|
|
|
<style type="text/css">
|
|
|
|
.text{color:rgb(0,0,0); font-size:14px; font-family:'Helvetica'; }
|
|
|
|
a{color:blue; font-size:14px; font-family:'Helvetica'; text-decoration:none;}
|
|
|
|
.img{width:200px;}
|
|
|
|
</style>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="text">
|
|
|
|
<?php echo $this->fetch('content'); ?>
|
|
|
|
</div>
|
|
|
|
</body>
|
2014-04-08 21:31:35 +02:00
|
|
|
</html>
|