Example #1
0
	<h3><?php 
echo tr('auteur');
?>
: <?php 
echo $this->author;
?>
</h3>
	<h3><?php 
echo tr('version');
?>
: <?php 
echo $this->version;
?>
</h3>
	<p><?php 
echo $this->content;
?>
</p>
	<br/>

	<form action="<?php 
echo module_mods_builder_market::getInstallLink($this->id, $this->version);
?>
" method="POST">
	
		<input type="submit" value="<?php 
echo tr('install');
?>
"/>
	</form>
</div>
Example #2
0
        ?>
</td>
				<td>
					<?php 
        if (isset($this->tLocalIni[$oBloc['id']]) and $this->tLocalIni[$oBloc['id']] == $oBloc['version']) {
            ?>
						<span class="installed"><?php 
            echo tr('installe');
            ?>
</span>
					<?php 
        } else {
            ?>

						<a href="<?php 
            echo module_mods_builder_market::getMarketLink('detail_' . $oBloc['id']);
            ?>
"><?php 
            echo tr('install');
            ?>
</a>

					<?php 
        }
        ?>
</td>
			</tr>
			<?php 
    }
    ?>
		<?php