You are here

twitter_bootstrap_modal_modal.tpl.php in Twitter Bootstrap Modal 7.3

Same filename and directory in other branches
  1. 7 twitter_bootstrap_modal_modal.tpl.php

Template file for the theming the modal box.

Available custom variables:

  • $site_name
  • $render_string

File

twitter_bootstrap_modal_modal.tpl.php
View source
<?php

/**
 * @file
 * Template file for the theming the modal box.
 *
 * Available custom variables:
 * - $site_name
 * - $render_string
 *
 */
?>

  <?php

print $render_string;