The {$template_option.backgroundimg} is correctly expanded to aerodrome.jpg when I print it within index.tpl, but the option does not get expanded in the CSS.
The {$template_option.backgroundimg} is correctly expanded to aerodrome.jpg when I print it within index.tpl, but the option does not get expanded in the CSS.
How do I achieve this ?
Smarty doesn't work in CSS stylesheets (because it's a PHP template system). Inline styles in your index.tpl should work, though. See Bulletproof's index.tpl for an example (<style type="text/css"> at the beginning of it).
Sorry I don't have much time to explain this in detail now.