You are here

joyride-tips.tpl.php in Joyride JQuery for Drupal Site Tours 7

File

templates/joyride-tips.tpl.php
View source
<ol id="joyride-tips-content" style="display: none;">
  <?php

if ($tips_content) {
  ?>
    <?php

  print $tips_content;
  ?>
  <?php

}
?>
</ol>