From fa9bf7caa391e49139326cdafe211f3e5d6e0907 Mon Sep 17 00:00:00 2001 From: Julian Prieber Date: Sat, 6 May 2023 14:30:25 +0200 Subject: [PATCH] Update advanced-config.php --- storage/templates/advanced-config.php | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/storage/templates/advanced-config.php b/storage/templates/advanced-config.php index 843a2ddf0..bf64973ca 100644 --- a/storage/templates/advanced-config.php +++ b/storage/templates/advanced-config.php @@ -106,27 +106,10 @@ | Home Page settings |-------------------------------------------------------------------------- | - | To change footer text on the Home Page, set the setting 'footer' to your preference. - | - | The footer text is the towards the bottom of the Home Page that reads: "and X other buttons ..." - | - | Depending on the amount of buttons on your Home Page, you might want to change this text. - | - | 'default' -> Uses default text. - | 'alt' -> Displays an alternative version based on the Button Editor. - | 'custom' -> Displays your custom text defined with 'custom_footer_text'. - | 'false' -> Removes the footer. + | Empty entries will be ignored. | */ - 'home_footer' => 'default', // Either 'default', 'alt', 'custom' or 'false'. - - // You can enter plain text or HTML into this field. - // You can use "{year}" as a placeholder for the current year. - // So "©{year}" would output "©2033" (or whatever the current year is). - 'custom_home_footer_text' => '© Copyright {year} - All Rights Reserved', - - // Apply a theme to your Home Page. // Enter the name of a theme located in your "themes" folder (for example, 'galaxy'). 'home_theme' => 'default', // Leave empty or enter 'default' to use the default theme.