| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: region-rounded-shadow.tpl.php,v 1.1.2.1 2010/07/13 23:55:58 merlinofchaos Exp $ 3 /** 4 * @file 5 * 6 * Display the box for rounded corners. 7 * 8 * - $content: The content of the box. 9 * - $classes: The classes that must be applied to the top divs. 10 */ 11 ?> 12 <div class="rounded-shadow <?php print $classes ?>"> 13 <div class="rounded-shadow-background"> 14 <div class="rounded-shadow-wrap-corner"> 15 <div class="rounded-shadow-top-edge"> 16 <div class="rounded-shadow-left"></div> 17 <div class="rounded-shadow-right"></div> 18 </div> 19 <div class="rounded-shadow-left-edge"> 20 <div class="rounded-shadow-right-edge clear-block"> 21 <?php print $content; ?> 22 </div> 23 </div> 24 <div class="rounded-shadow-bottom-edge"> 25 <div class="rounded-shadow-left"></div><div class="rounded-shadow-right"></div> 26 </div> 27 </div> 28 </div> 29 </div>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |