25/03/2011, 09:26
|
| | Fecha de Ingreso: octubre-2009
Mensajes: 100
Antigüedad: 15 años, 2 meses Puntos: 0 | |
Respuesta: Modificacion Formulario de Contacto Que tal Nucklear gracias por tu seguimiento y apoyo este es el codigo que tengo en el
module/node/node.tpl.php
?>
<div id="node-<?php print $node->nid; ?>" class="node<?php if ($sticky) { print ' sticky'; } ?><?php if (!$status) { print ' node-unpublished'; } ?> clear-block">
<?php print $picture ?>
<?php if (!$page): ?>
<h2><a href="<?php print $node_url ?>" title="<?php print $title ?>"><?php print $title ?></a></h2>
<?php endif; ?>
<div class="meta">
<?php if ($submitted): ?>
<span class="submitted"><?php print $submitted ?></span>
<?php endif; ?>
<?php if ($terms): ?>
<div class="terms terms-inline"><?php print $terms ?></div>
<?php endif;?>
</div>
<div class="content">
<?php print $content ?>
</div>
<?php print $links; ?>
</div>
Que quito y que pongo par que me funcione?
Gracias |