2014-09-10, 23:37:32
Hi guys,
If I have a template with divs providing, say,
mom: momname
dad: dadname
city: city name
What's the best way to insert the relevant info per page?
I'm looking at the "Components Depending on the Page" page on the wiki, but I'm not sure if it applies. I would think I need some kind of database.
What should I do?
If I have a template with divs providing, say,
mom: momname
dad: dadname
city: city name
What's the best way to insert the relevant info per page?
I'm looking at the "Components Depending on the Page" page on the wiki, but I'm not sure if it applies. I would think I need some kind of database.
Code:
<person="me">
<mom>Suzie</mom>
<dad>Bill</dad>
<city>Whoville</city>
</person>
What should I do?