twitter_bootstrap_modal_modal.tpl.php in Twitter Bootstrap Modal 7.3
Same filename and directory in other branches
Template file for the theming the modal box.
Available custom variables:
- $site_name
- $render_string
1 theme call to twitter_bootstrap_modal_modal.tpl.php
- twitter_bootstrap_modal_delivery_callback in ./
twitter_bootstrap_modal.module - Returns only content part of page for Delibery Callback function.
File
twitter_bootstrap_modal_modal.tpl.phpView source
<?php
/**
* @file
* Template file for the theming the modal box.
*
* Available custom variables:
* - $site_name
* - $render_string
*
*/
?>
<?php
print $render_string;