I'm facing some problems to load category and product name in header.tpl. Since the smarty arrays that contains this info are loaded after header.tpl, i cant use the {$product->name} or {$category->name} variables in header.tpl. How can i do that? assign this variables to header?