You can call Drupal functions from pretty much anywhere but, in general, it's considered good practice to keep as much logic (other than simple 'if this print that') as possible outside the tpl templates and, instead, use the preprocess functions in the theme template.php.
Comments
Language list
Hi,
It's not a variable, but this function should do the trick: http://api.drupal.org/api/function/locale_language_list/6
Can I use these kind of
Can I use these kind of functions in the page.tpl.php?
Template code
Hi,
You can call Drupal functions from pretty much anywhere but, in general, it's considered good practice to keep as much logic (other than simple 'if this print that') as possible outside the tpl templates and, instead, use the preprocess functions in the theme template.php.
Thx, I successfully used that
Thx, I successfully used that function in my own function in template.php