Skip to content

Commit

Permalink
Issue #1538 Improved method documentation example.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed May 4, 2019
1 parent 08756f8 commit 1d3d67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e107_handlers/e107_class.php
Original file line number Diff line number Diff line change
Expand Up @@ -2799,8 +2799,8 @@ public static function getCoreTemplate($id, $key = null, $override = true, $merg
*
* Example usage: <code>e107::getTemplate('user', 'short_start');</code>
* Will search for:
* - e107_themes/current_frontend_theme/templates/user_template.php (if $override is true)
* - e107_themes/templates/user_template.php (if override not found or $override is false)
* - e107_themes/{current_frontend_theme}/templates/user_template.php (if $override is true) - this is the default.
* - e107_core/templates/user_template.php (if override not found or $override is false)
* - $USER_TEMPLATE array which contains all user templates
* - $USER_TEMPLATE['short_start'] (if key is null, $USER_TEMPLATE will be returned)
*
Expand Down

0 comments on commit 1d3d67c

Please sign in to comment.