More Account POD.
This commit is contained in:
parent
2f1837c608
commit
b4c60af457
1 changed files with 5 additions and 2 deletions
|
|
@ -242,7 +242,9 @@ sub editSettingsFormSave {
|
||||||
|
|
||||||
=head2 getLayoutTemplateId ( )
|
=head2 getLayoutTemplateId ( )
|
||||||
|
|
||||||
Override this method to return the template Id for the account layout.
|
Override this method to return the template Id for the account layout. The default
|
||||||
|
account layout draws a tabbed interface to the different account plugins, and displays
|
||||||
|
the content from a particular screen from the account plugin.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
@ -255,7 +257,8 @@ sub getLayoutTemplateId {
|
||||||
|
|
||||||
=head2 getStyleTemplate ( )
|
=head2 getStyleTemplate ( )
|
||||||
|
|
||||||
Override this method to return the template for the main style.
|
Override this method to return the template for the main style. The style would
|
||||||
|
be for the page that the account layout template is embedded in.
|
||||||
|
|
||||||
=cut
|
=cut
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue