Current Theme Path Variable

I know this is a simple question but I couldn't find the answer yet.

I need to get the current theme path in smarty.

Thanks

Absolute: {$config.dir.design_frontend}{$runtime.layout.theme_name}
Relative: design/themes/{$runtime.layout.theme_name}



I hope that helps,

---
Valentin
part of hungryweb.net

Hello,

The only correct way to do it is to use the result of calling the "fn_get_theme_path" function.