Changeset 1933:839c2fe2196c for inc/admin/lib.dc.page.php
- Timestamp:
- 09/17/13 21:03:30 (12 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
inc/admin/lib.dc.page.php
r1927 r1933 182 182 global $core; 183 183 184 if (!$GLOBALS['__resources']['ctxhelp']) { 185 // Displau global help link in any contextual help displayed 186 echo 187 '<p id="help-button"><a href="help.php">'.__('Need help?').'</a></p>'; 188 } 189 184 190 $menu =& $GLOBALS['_menu']; 185 191 … … 438 444 } 439 445 446 // Set contextual help global flag 447 $GLOBALS['__resources']['ctxhelp'] = true; 448 440 449 echo 441 450 '<div id="help"><hr /><div class="help-content clear"><h3>'.__('Help about this page').'</h3>'. … … 516 525 517 526 self::jsVar('dotclear.msg.help', 518 __(' Help about this page')).527 __('Need help?')). 519 528 self::jsVar('dotclear.msg.help_hide', 520 529 __('Hide')).
Note: See TracChangeset
for help on using the changeset viewer.