Parent Directory
|
Revision Log
|
Revision Graph
Place browser into a template to facilitate themeing
| 1 | <?php |
| 2 | // $Id: $ |
| 3 | |
| 4 | /** |
| 5 | * @file webfm_browser.tpl.php |
| 6 | * Display the webfm browser. |
| 7 | * |
| 8 | * Variables: |
| 9 | * - $links: debug, settings and help links according to permissions |
| 10 | * - $upload: upload fieldset if the user is permitted access |
| 11 | * |
| 12 | * @see webfm_theme() |
| 13 | */ |
| 14 | ?> |
| 15 | <div class="more-help-link"> |
| 16 | <?php print $links; ?> |
| 17 | </div> |
| 18 | <noscript><p class="err">JavaScript must be enabled in order to use webfm!</p></noscript> |
| 19 | <div id="webfm"> |
| 20 | <?php print $upload; ?> |
| 21 | </div> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |