mirror of
https://github.com/e107inc/e107.git
synced 2025-04-21 21:21:54 +02:00
Plugin Builder: Example help menu function added.
This commit is contained in:
parent
2496aab27e
commit
7025abd59a
@ -5155,6 +5155,15 @@ $text .= "
|
||||
// do something
|
||||
}
|
||||
|
||||
// left-panel help menu area.
|
||||
public function renderHelp()
|
||||
{
|
||||
\$caption = LAN_HELP;
|
||||
\$text = 'Some help text';
|
||||
|
||||
return array('caption'=>\$caption,'text'=> \$text);
|
||||
|
||||
}
|
||||
|
||||
/*
|
||||
// optional - a custom page.
|
||||
@ -5165,6 +5174,10 @@ $text .= "
|
||||
return \$text;
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user