frontend_my

Adds custom content to customer account pages. Only if a design theme contains a file named my.html.

Shop-Script

Input (passed by reference)

No specific parameters.
… your plugin code …

Output

{$frontend_my}
Custom HTML code.
Shop-Script

Plugin code example

PHP

public function frontendMy()
{
    return '<!-- custom HTML code -->';
}