/[drupal]/contributions/modules/fivestar/fivestar.module
ViewVC logotype

Diff of /contributions/modules/fivestar/fivestar.module

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

revision 1.31, Tue Nov 3 04:24:50 2009 UTC revision 1.32, Tue Nov 3 04:34:29 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: fivestar.module,v 1.30 2009/10/22 19:58:56 ezrag Exp $  // $Id: fivestar.module,v 1.31 2009/11/03 04:24:50 quicksketch Exp $
3    
4  /**  /**
5   * @file   * @file
# Line 13  function fivestar_help($path, $arg) { Line 13  function fivestar_help($path, $arg) {
13    $output = '';    $output = '';
14    switch ($path) {    switch ($path) {
15      case 'admin/settings/fivestar':      case 'admin/settings/fivestar':
16        $output = t('This page is used to configure site-wide features of the fivestar module. To setup fivestar to rate content:');        $output = t('This page is used to configure site-wide features of the Fivestar module. To setup Fivestar to rate content:');
17        $steps = array(        $steps = array(
18          t('Configure site-wide settings for fivestar below.'),          t('Configure site-wide settings for Fivestar below.'),
19          t('Go to <a href="!types">admin/content/types</a> and edit the type you would like to rate.', array('!types' => url('admin/content/types'))),          t('Go to <a href="!types">admin/content/types</a> and edit the type you would like to rate.', array('!types' => url('admin/content/types'))),
20          t('On the settings page for the content type, a set of options is available for fivestar, where you can enable rating for that type and set rating options.'),          t('On the settings page for the content type, a set of options is available for fivestar, where you can enable rating for that type and set rating options.'),
21        );        );

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

  ViewVC Help
Powered by ViewVC 1.1.2