vista banner
This commit is contained in:
parent
3c4a77292c
commit
013044315b
@ -95,6 +95,7 @@ $librerias_pie ="";
|
|||||||
/// o=parallax
|
/// o=parallax
|
||||||
/// p= Planilla
|
/// p= Planilla
|
||||||
/// q = lab
|
/// q = lab
|
||||||
|
/// r = banner
|
||||||
/// s= SET DE DATOS *
|
/// s= SET DE DATOS *
|
||||||
/// S= SET DE DATOS EMBEBIDO
|
/// S= SET DE DATOS EMBEBIDO
|
||||||
|
|
||||||
@ -371,6 +372,13 @@ if ($variable !=''){
|
|||||||
|
|
||||||
";
|
";
|
||||||
|
|
||||||
|
}
|
||||||
|
elseif($v[0] =='r') {
|
||||||
|
$set =$v[1];
|
||||||
|
$form =$v[1];
|
||||||
|
$embebido = "1";
|
||||||
|
$no_mostrar="display:none; ";
|
||||||
|
$onload = banner("$set","$_REQUEST[registros]",'');
|
||||||
}
|
}
|
||||||
elseif($v[0] =='i') {
|
elseif($v[0] =='i') {
|
||||||
/// i= IDENTIFICADOR
|
/// i= IDENTIFICADOR
|
||||||
|
2
milfs
2
milfs
@ -1 +1 @@
|
|||||||
Subproject commit 9ec3b5609bb3185253bb2f594b960f237ade904e
|
Subproject commit 59c81ac5b16fb24585bba9ee3484b696a920d40a
|
Loading…
Reference in New Issue
Block a user