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
Template creation
-
- Beiträge: 53
- Registriert: Fr 14. Nov 2003, 10:08
- Wohnort: Switzerland
- Kontaktdaten:
Template creation
Zuletzt geändert von alessandro am Mi 28. Jan 2004, 09:58, insgesamt 1-mal geändert.
Alessandro Marrarosa
Dipl. Wirtschaftsinformatiker HF
The Swiss Post
Information Technology Services
CH-6501 Bellinzona
Dipl. Wirtschaftsinformatiker HF
The Swiss Post
Information Technology Services
CH-6501 Bellinzona
-
- Beiträge: 6284
- Registriert: Do 15. Mai 2003, 18:32
- Wohnort: Da findet ihr mich nie!
- Kontaktdaten:
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.
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.