Parent Directory
|
Revision Log
|
Revision Graph
Initial commit of the Vertical Tabs module. Provides vertical tabs on the node add form instead of fieldsets (see http://tinyurl.com/vertical-tabs).
| 1 | <?php |
| 2 | |
| 3 | /** |
| 4 | * Implementation of hook_install(). |
| 5 | */ |
| 6 | function vertical_tabs_install() { |
| 7 | // Make this module pretty heavy. |
| 8 | db_query("UPDATE system SET weight = 9999999999 WHERE name = '%s'", 'vertical_tabs'); |
| 9 | } |
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |