/[drupal]/contributions/modules/webfm/webfm-browser.tpl.php
ViewVC logotype

Contents of /contributions/modules/webfm/webfm-browser.tpl.php

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download) (as text)
Sun Jul 26 19:50:49 2009 UTC (4 months ago) by robmilne
Branch: MAIN
CVS Tags: DRUPAL-6--2-11, DRUPAL-6--2-10, HEAD
File MIME type: text/x-php
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