Ejemplo n.º 1
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