Dudas en css o php
Hola
Recién me estoy iniciando en el desarrollo de páginas web y me surgen algunas preguntas que espero que puedas responder.
Necesito revisar unas páginas web en el que tengo el siguiente código en un archivo llamado styles.php
if (!isset($themename)) {
$themename = NULL;
}
$nomoodlecookie = true;
require_once("../../config.php");
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
Que significa el $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
Puesto que más adelante tengo la dirección de la imagen gradient.gif y me gustaría referenciarla a otro directorio.
.navbar {
background-image: url(<?PHP echo "$themeurl"?>/gradient.gif);
}
Te agradezco tu tiempo.
Ariel
Recién me estoy iniciando en el desarrollo de páginas web y me surgen algunas preguntas que espero que puedas responder.
Necesito revisar unas páginas web en el que tengo el siguiente código en un archivo llamado styles.php
if (!isset($themename)) {
$themename = NULL;
}
$nomoodlecookie = true;
require_once("../../config.php");
$themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
Que significa el $themeurl = style_sheet_setup(filemtime("styles.php"), 300, $themename);
Puesto que más adelante tengo la dirección de la imagen gradient.gif y me gustaría referenciarla a otro directorio.
.navbar {
background-image: url(<?PHP echo "$themeurl"?>/gradient.gif);
}
Te agradezco tu tiempo.
Ariel
1 Respuesta
Respuesta de Alfredo Somoza
1