Parent Directory
|
Revision Log
|
Revision Graph
Add xhtml and doctype info to fix context menu behaviour in popup window
| 1 | <?php // $Id: $ ?> |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| 3 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| 4 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en" dir="ltr"> |
| 5 | <head> |
| 6 | <title><?php print t('File Browser'); ?></title> |
| 7 | <?php print drupal_get_html_head(); ?> |
| 8 | <?php print drupal_get_css(); ?> |
| 9 | <?php print drupal_get_js('header'); ?> |
| 10 | </head> |
| 11 | |
| 12 | <body class="webfm"> |
| 13 | <div id="messages"><?php print theme('status_messages'); ?></div> |
| 14 | <?php print $content; ?> |
| 15 | <?php print drupal_get_js('footer'); ?> |
| 16 | </body> |
| 17 | </html> |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |