Seite 1 von 1

Template creation

Verfasst: Di 27. Jan 2004, 16:55
von alessandro
Hi,
when I save the page for the creation of a template (contenido/main.php?area=tpl_edit), where are saved the informations about the selected containers?

[b]Example: [/b]
template xy has 4 containers (image, header, subheader, text), where is inserted in DB the information that template xy has relation with the 4 containers?

Thanks for the info.

Alessandro

Verfasst: Di 27. Jan 2004, 18:02
von timo
check out the following tables:

con_template (template name)
con_template_conf (template configuration)
con_container (containers)
con_container_conf (container configuration)
con_content (container content)
con_type (types)
con_mod (modules)

it's a bit hard to get trough all that stuff in the beginning, but it's pretty easy if you got it once.