%@ $Language=JScript /* PARA COLORES PHP */ %><% include("../includes/DB_Conectar.php"); include("../includes/funciones.php"); //aca veo que template va a usar, podria mandarlo a cookies por performance $sqtemp = "select * from cssTemplates where temActivo = 'S'"; $qrtemp = $conn->execute($sqtemp); $templateID = $qrtemp->field(temID); $templateNombre = $qrtemp->field(temNombre); /******************************************************************************/ %>
| <%include("../templates/".$templateNombre."/"."top.php");%> |