oa-responsive-regions-mobile.tpl.php in OA Responsive Regions 7.2
Template file for OA Responsive regions drawer toggle.
1 theme call to oa-responsive-regions-mobile.tpl.php
- oa_responsive_regions_mobile_render in plugins/
content_types/ oa_responsive_regions_mobile.inc - Render callback for the pane.
File
templates/oa-responsive-regions-mobile.tpl.phpView source
<?php
/**
* @file
* Template file for OA Responsive regions drawer toggle.
*/
?>
<div id='oa-mobile-<?php
print $menuid;
?>' class='<?php
print $classes;
?> <?php
print $menuid;
?> <?php
print $breakpoints;
?>'>
<button type="button" data-toggle="collapse" data-target="#oa-navbar-<?php
print $menuid;
?>"
class="oa-mobile-icon btn btn-navbar navbar-toggle <?php
print $menuid;
?> <?php
print $btn_class;
?>">
<span class="sr-only">Toggle <?php
print $menuid;
?> navigation</span>
<span class="<?php
print $icon;
?>"></span>
</button>
<div id="oa-navbar-<?php
print $menuid;
?>" class="collapse">
<div class="oa-navbar-inner"></div>
</div>
</div>