You are here

popup-element-title.tpl.php in Popup 7

File

popup-element-title.tpl.php
View source
<?php

/*
The following variables are available:
  $class - CSS class of the title
  $title - Popup title text
*/
?>

<a <?php

print $href;
?> class="<?php

print $class;
?>"><?php

print $title;
?></a>