コード例 #1
0
ファイル: usuarios.php プロジェクト: maikosoft/esps-users
<?php

// valida sesion /// INCLUIR ANTES QUE NADA //
include "validar.php";
//////////////////////////////////////////////
include "modulos.php";
include "inc/nemesis.php";
$connection = Nemesis::get_connection();
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"  dir="ltr" lang="en-US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />

<title><?php 
$cat = Nemesis::select("*", "configuracion", "`opcion` = 'titulo'");
while ($row = $cat->fetch_array()) {
    echo $row["valor"];
}
?>
</title>

<link rel='stylesheet' href='css/style.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/navigation.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/form.css' type='text/css' media='all' />
<link rel='stylesheet' href='css/table.css' type='text/css' media='all' />

<script type='text/javascript' src='js/minmax.js'></script>

<!-- <script type='text/javascript' src='js/jquery.js'></script> -->
<script type='text/javascript' src='js/jquery.droppy.js'></script>