|
|
Aye, the CMS only seems to be able to handle variables, and you need to add them to a list as well (for optimization reasons). Template engines like Smarty allow PHP in templates though, but that's probably also because Smarty just replaces tags with clear PHP instead of reading and parsing it over and over again.
Quote:
|
Yeah right... like I'm gonna hard code over 500 links.
|
You could. But I'd use PHP or something to generate those links. Come to think of it, it would be a matter of reading the folder's contents, looping through something as much as there are images, and generate a link to the filename itself.
But eh. |
|
|
|
|