Notification of system being duplicated

Asked

Viewed 29 times

1

  function Notifier() {
        switch (Url::getURL(2)) {
            case 'notifier':
                $render = 'dashboard/Notifier/notifier';
                $model = 'notifier/Notifier';
                break;
            case 'inbox':
                $render = 'dashboard/Notifier/inbox';
                $model = 'notifier/Inbox';
                break;
            default:
                break;
        }
        $this->_check_sub_menu_item($render, $model);
    }
No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.