Parent Directory
|
Revision Log
|
Revision Graph
initial Drupal 6.x release
| 1 | <?php |
| 2 | // $Id$ |
| 3 | // A3 Atlantis |
| 4 | // John Forsythe, john [at] blamcast [dot] net |
| 5 | |
| 6 | // We need jQuery included on all admin pages. |
| 7 | if (arg(0) == 'admin') { |
| 8 | //drupal_add_js('misc/jquery.js'); |
| 9 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |