forked from qwerty/tupali
Correcion parallax
This commit is contained in:
parent
ab40cc58d5
commit
a49554e01d
@ -20,7 +20,7 @@
|
|||||||
//setcookie("timestamp",$timestamp,($timestamp + 5000));
|
//setcookie("timestamp",$timestamp,($timestamp + 5000));
|
||||||
$_SESSION['timestamp']= $timestamp;
|
$_SESSION['timestamp']= $timestamp;
|
||||||
?>
|
?>
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head >
|
<head >
|
||||||
<script src="milfs/js/scripts.js"></script>
|
<script src="milfs/js/scripts.js"></script>
|
||||||
@ -1439,7 +1439,7 @@ $uri = $_SERVER['REQUEST_URI'];
|
|||||||
$css = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'bootstrap' and id_empresa = '$id_empresa'") ;
|
$css = remplacetas('form_parametrizacion','campo',"index",'descripcion'," tabla='css' and opcion = 'bootstrap' and id_empresa = '$id_empresa'") ;
|
||||||
if($css[0] !="") {
|
if($css[0] !="") {
|
||||||
$css ="
|
$css ="
|
||||||
<!-- incluir tema bootstrap parametrizado $css[2]-->
|
<!-- incluir tema bootstrap parametrizado -->
|
||||||
<link rel='stylesheet' href='$css[0]?".time()."' >";
|
<link rel='stylesheet' href='$css[0]?".time()."' >";
|
||||||
$tema="";
|
$tema="";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user