Beispiel #1
0
?>
</h1>

                <!-- Author -->
                <p class="lead">
                    by <a href="#"><?php 
echo ucfirst($usuario->nombre);
?>
</a>
                </p>

                <hr>

                <!-- Date/Time -->
                <p><span class="glyphicon glyphicon-time"></span><?php 
echo fecha_normal($noticia->fecha);
?>
</p>

                <hr>

                <!-- Preview Image -->
                <img class="img-responsive" src="<?php 
echo site_url($foto->ruta);
?>
" alt="">

                <hr>

                <!-- Post Content -->
                
Beispiel #2
0
									<?php 
    echo $usuario->nombre;
    ?>
								</option>

								<?php 
}
?>

							</select>

						</p>
						<p>
							<label>Fecha</label>
							<input class="fechadata text-input small-input" type="text" name="fecha" value="<?php 
echo $noticia->fecha ? fecha_normal($noticia->fecha) : '';
?>
"/> 
							<br />
							<small>(Debe de ser único)</small>
						</p>
						<p>
							<label> Titular </label>
							<input class="text-input large-input" type="text" id="large-input" name="titular" value="<?php 
echo $noticia->titular;
?>
"/> 
							<br />

						</p>
						<p>