/[drupal]/contributions/modules/systeminfo/systeminfo.admin.inc
ViewVC logotype

Contents of /contributions/modules/systeminfo/systeminfo.admin.inc

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


Revision 1.1 - (show annotations) (download) (as text)
Mon Nov 17 21:03:19 2008 UTC (12 months, 1 week ago) by flanker
Branch: MAIN
CVS Tags: HEAD
Branch point for: DRUPAL-6--1
File MIME type: text/x-php
Added settings page.
1 <?php
2 // $Id$
3 // $Name$
4
5
6 /**
7 * Memu callback.
8 */
9 function systeminfo_settings() {
10 $form = array();
11
12 return system_settings_form($form);
13 }

  ViewVC Help
Powered by ViewVC 1.1.2