| Author |
Message |
aquar
Joined: 13 Oct 2005 Posts: 66
|
Posted: 06 Dec 2005 - 10:47 pm Post subject:
Import footer information from page
|
|
|
| how can i import the information? |
|
|
Back to top
|
|
|
moob

Joined: 11 Oct 2005 Posts: 132
|
Posted: 07 Dec 2005 - 12:30 am Post subject:
|
|
|
as plain TEXT:
| Line: |
Code: |
1 2 3
| |
temp.buildFooter.data = DB:tt_content:555:bodytext
temp.buildFooter.wrap = |
|
|
Show complete code
|
as stored RTE content:
| Line: |
Code: |
1 2 3
| |
temp.buildFooter.tables = tt_content
temp.buildFooter.source = 555
|
|
Show complete code
|
moob |
|
|
Back to top
|
|
|
|