Exemplo n.º 1
0
    echo module_mods_all_market::formate($this->actualites);
    ?>
</p>
        <?php 
}
?>
        
	<?php 
if ($this->utilisation and strlen($this->utilisation) > 5) {
    ?>
        <h3><?php 
    echo tr('utilisation');
    ?>
</h3>
        <p><?php 
    echo module_mods_all_market::formate($this->utilisation);
    ?>
</p>
	<?php 
}
?>
        
	<br/>

	<form action="<?php 
echo module_mods_all_market::getInstallLinkModule($this->id, $this->version);
?>
" method="POST">
	
		<a href="<?php 
echo _root::getLink('builder::edit', array('id' => _root::getParam('id'), 'action' => 'mods_all_market::index', 'saction' => 'install', 'market' => 'normal_list_1'));