Ignore:
Timestamp:
Nov 27, 2009, 11:10:04 PM (14 years ago)
Author:
LucMorizur
Message:

[Event Cats] Continue help

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/event_cats/main.inc.php

    r4371 r4375  
    8484function ec_popup_help_content($popup_help_content, $page) {
    8585  return (
    86    $help_content = (is_admin() and $page = '') ?
     86   $help_content = (is_admin() and $page = 'help') ?
    8787    load_language($page.'.html', EVNTCATS_PATH, array('return' => true)) : false
    8888  ) ? $popup_help_content.$help_content : $popup_help_content;
Note: See TracChangeset for help on using the changeset viewer.