| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
1 <?php 2 // $Id: pane-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 * - $output: The content of the box. 9 * - $classes: The classes that must be applied to the top divs. 10 * - $pane: The pane being rendered 11 * - $display: The display being rendered 12 * - $content: The content being rendered (will be already in $output) 13 */ 14 ?> 15 <div class="rounded-shadow <?php print $classes ?>"> 16 <div class="rounded-shadow-background"> 17 <div class="rounded-shadow-wrap-corner"> 18 <div class="rounded-shadow-top-edge"> 19 <div class="rounded-shadow-left"></div> 20 <div class="rounded-shadow-right"></div> 21 </div> 22 <div class="rounded-shadow-left-edge"> 23 <div class="rounded-shadow-right-edge clear-block"> 24 <?php print $output; ?> 25 </div> 26 </div> 27 <div class="rounded-shadow-bottom-edge"> 28 <div class="rounded-shadow-left"></div><div class="rounded-shadow-right"></div> 29 </div> 30 </div> 31 </div> 32 </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 |