1
Hi,
i want to customize the image bakground of a "div" tag in theme.html
I want to read the page url and select the case to show different immage/stile for a div.
For example if i'm in:
"/modules/pagine/index.php?pagenum=2"
I want to see in the theme.html:
Home Page / LINKS
else in:
"/modules/pagine/index.php?pagenum=3"
i want in theme.html the code:
Home Page / LINKS2
else in:
"modules/liaise/?form_id=2"
i want in theme.html the code:
Home Page / Contatti
for the default case i want:
Home Page / Contatti
these for 15 case about.
Someone have an idea to help me?
I can read the url after $xoops_url?
Tks.