| 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 |
| 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 |
); |
); |