mirror of
https://github.com/e107inc/e107.git
synced 2025-08-09 16:17:14 +02:00
Added Missing social plugin font. Added {CMENUURL} shortcode. Issue #1507. Added example of getFieldVar() method to plugin builder.
This commit is contained in:
@@ -3887,6 +3887,7 @@ $text .= "
|
||||
public function customPage()
|
||||
{
|
||||
\$text = 'Hello World!';
|
||||
\$otherField = \$this->getController()->getFieldVar('other_field_name');
|
||||
return \$text;
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user