How could I detect if node type is article (in template.php) but process variables only for teaser of article, not article i full mode. (I have template suggestions so i have node--article-teaser.tpl.php). Like:
if ($node->type == 'article' and inject only if article-teaser.tpl.php)
Thanks!