You are here

popup-element.tpl.php in Popup 7

File

styles/white/popup-element.tpl.php
View source
<div id="<?php

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

print $class;
?>">
  <?php

print $title;
?>
  <?php

print $body;
?>
</div>