I want to add a code to tpl_modules_attributes.php to display a popup link to explain the size (attribute) options. I got the popup to work, but I'd like to add an If/Then statment to only show when the options name is "Size." Pseudocod would be:

if options_name = "Size"
then display popup link (I got this part working)

Thanks!
Katie