Exemplo n.º 1
0
<?php

echo $this->sHead;
module_mods_all_market::$idModule = $this->id;
?>

<div class="market">
	<h2><?php 
echo $this->title;
?>
</h2>
	<h3><?php 
echo tr('auteur');
?>
: <?php 
echo $this->author;
?>
</h3>
	<h3><?php 
echo tr('version');
?>
: <?php 
echo $this->version;
?>
</h3>
	
	<?php 
if ($this->content and strlen($this->content) > 5) {
    ?>
	<p><?php 
    echo module_mods_all_market::formate($this->content);