diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/_custom/theme.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/themes/_custom/theme.php b/themes/_custom/theme.php index aa6f289576..fc3157ff5f 100644 --- a/themes/_custom/theme.php +++ b/themes/_custom/theme.php @@ -23,7 +23,7 @@ use Fisharebest\Webtrees\Theme\WebtreesTheme; * * Since theme folders beginning with an underscore are reserved for special * use, you should copy this entire folder ("themes/_custom") to a new name. - * For example, "themes/custom". You should also rename the class. + * For example, "themes/custom". You should also rename the class. * * In this example, we are extending the webtrees theme, but you could * also extend any of the core themes, or even the base theme. @@ -33,7 +33,7 @@ use Fisharebest\Webtrees\Theme\WebtreesTheme; */ class MyTheme extends WebtreesTheme { /** - * Give your theme a unique identifier. Themes beginning with an underscore + * Give your theme a unique identifier. Themes beginning with an underscore * are reserved for internal use. * * {@inheritdoc} @@ -43,8 +43,8 @@ class MyTheme extends WebtreesTheme { } /** - * Give your theme a name. This is shown to the users. - * Use HTML entities where appropriate. e.g. “Black & white”. + * Give your theme a name. This is shown to the users. + * Use HTML entities where appropriate. e.g. “Black & white”. * * You could use switch($this->locale) {} to provide a translated versions * of the theme name. |
