From 57a2dd3836df04b91740251e9984500ae90d23e7 Mon Sep 17 00:00:00 2001 From: humano Date: Sun, 5 Oct 2014 14:54:15 -0500 Subject: [PATCH] Implementacion de CSS desde Mysql --- milfs/css/estilos.php | 58 +++++++++++++++++++++++++++++++++++ milfs/funciones/funciones.php | 4 +-- milfs/geo.php | 1 + milfs/index.php | 3 +- 4 files changed, 62 insertions(+), 4 deletions(-) create mode 100644 milfs/css/estilos.php diff --git a/milfs/css/estilos.php b/milfs/css/estilos.php new file mode 100644 index 0000000..3bfc0a1 --- /dev/null +++ b/milfs/css/estilos.php @@ -0,0 +1,58 @@ + \ No newline at end of file diff --git a/milfs/funciones/funciones.php b/milfs/funciones/funciones.php index 6a01e23..e951e60 100644 --- a/milfs/funciones/funciones.php +++ b/milfs/funciones/funciones.php @@ -399,10 +399,10 @@ $html = html_entity_decode($html); $resultado .= "
-

$campo_nombre[0]

+ $campo_nombre[0]
- $contenido + $contenido
"; } diff --git a/milfs/geo.php b/milfs/geo.php index 6bad01d..5a8ff9c 100644 --- a/milfs/geo.php +++ b/milfs/geo.php @@ -29,6 +29,7 @@ $xajax->processRequests(); +