/[drupal]/contributions/modules/mysite/mysite_help.inc
ViewVC logotype

Diff of /contributions/modules/mysite/mysite_help.inc

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

revision 1.3, Tue Apr 1 00:55:56 2008 UTC revision 1.4, Sun Apr 6 23:08:25 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: mysite_help.inc,v 1.2 2007/10/25 00:56:04 agentken Exp $  // $Id: mysite_help.inc,v 1.3 2008/04/01 00:55:56 agentken Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 7  Line 7 
7   *   *
8   * @ingroup mysite   * @ingroup mysite
9   */   */
10    
11    /**
12     * The text output string for the help page
13     */
14  function mysite_helptext() {  function mysite_helptext() {
15        $output = t("<ol><li><b>Installation</b>        $output = t("<ol><li><b>Installation</b>
16        <p>MySite uses the standard Drupal 5 install system. Simply put the module directory into your modules directory and then navigate to http://example.com/admin/build/modules and activate the MySite module.  Installation should create three new database tables: {mysite}, {mysite_content} and {mysite_data}.</p></li><li><b>Access Control</b>        <p>MySite uses the standard Drupal 5 install system. Simply put the module directory into your modules directory and then navigate to http://example.com/admin/build/modules and activate the MySite module.  Installation should create three new database tables: {mysite}, {mysite_content} and {mysite_data}.</p></li><li><b>Access Control</b>

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

  ViewVC Help
Powered by ViewVC 1.1.2