Stack not showing in all languages

Permalink
I have a hardcoded stack that shows in one language but not in other. So I can see the logo in english but in spanish there is only a blank space.
The code i am using to harcode the stack is

<?php $stack = Stack::getByName('logo');
$stack->display();?>


Thanks