Changeset 4885 for extensions/event_cats/main.inc.php
- Timestamp:
- Feb 13, 2010, 12:17:56 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/event_cats/main.inc.php
r4612 r4885 98 98 function ec_popup_help_content($popup_help_content, $page) { 99 99 return ( 100 $help_content = (is_admin() and $page = 'help') ?101 load_language( $page.'.html', EVNTCATS_PATH, array('return' => true)) : false100 $help_content = (is_admin() and $page == 'ec_help') ? 101 load_language('help.html', EVNTCATS_PATH, array('return' => true)) : false 102 102 ) ? $popup_help_content.$help_content : $popup_help_content; 103 103 }
Note: See TracChangeset
for help on using the changeset viewer.