Example #1
0
					</td>
					<td>
						<table>
							<tr>
								<td align="center"><strong>Categorias</strong></td>
								<td align="center"><strong>Tags</strong></td>
							</tr>
							<tr>
								<td><?php 
$lista = new ecompListas();
$lista->getListaCategorias(@$this->row->id);
?>
								</td>
								<td><?php 
$lista = new ecompListas();
$lista->getListaTags(@$this->row->id);
?>
								</td>
							</tr>
						</table>
					</td>
				</tr>


			</table>
		</fieldset>
	</div>

	<div class="clr"></div>

	<input type="hidden" name="idcomponente" value="<?php