phpMv  -UI toolkit 2.4.12
jQuery, jQuery UI, Twitter Bootstrap and Semantic-UI library for php & php MVC Frameworks
tplPanel.php
Go to the documentation of this file.
1 <?php
2 return '<div id="%identifier%" %properties%>
3  %header%
4 %collapseBegin%
5  <div id="panel-body-%identifier%" class="panel-body">
6  %content%
7  </div>
8 %footer%
9 %collapseEnd%
10 </div>';