| 79 |
*/ |
*/ |
| 80 |
function ubrowser_admin() { |
function ubrowser_admin() { |
| 81 |
|
|
| 82 |
$output = '<p>'. t('uBrowser allows you to browse the content of your site ' |
$output = '<p>'. t('uBrowser allows you to browse the content of your site by taxonomy vocabulary. Use the form to build uBrowser here. The textarea beneath the uBrowser will display the PHP to put the browser on a page in your site.') .'</p>'; |
|
.'by taxonomy vocabulary. Use the form to build uBrowser here. The ' |
|
|
.'textarea beneath the uBrowser will display the PHP to put the ' |
|
|
.'browser on a page in your site.') .'</p>'; |
|
| 83 |
|
|
| 84 |
$settings = array( |
$settings = array( |
| 85 |
'div' => '#ubrowser', |
'div' => '#ubrowser', |
| 860 |
'#collapsed' => TRUE, |
'#collapsed' => TRUE, |
| 861 |
); |
); |
| 862 |
$form['display-names']['instructions'] = array( |
$form['display-names']['instructions'] = array( |
| 863 |
'#value' => '<div>'. t('Use the following textfields to provide alternate ' |
'#value' => '<div>'. t('Use the following textfields to provide alternate words for display in uBrowser.') .'</div>', |
|
.'words for display in uBrowser.') .'</div>', |
|
| 864 |
); |
); |
| 865 |
|
|
| 866 |
if ($settings['categ'] === TRUE) { |
if ($settings['categ'] === TRUE) { |