Skip to content

Commit fa9bf7c

Browse files
committed
Update advanced-config.php
1 parent 0107378 commit fa9bf7c

File tree

1 file changed

+1
-18
lines changed

1 file changed

+1
-18
lines changed

storage/templates/advanced-config.php

Lines changed: 1 addition & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -106,27 +106,10 @@
106106
| Home Page settings
107107
|--------------------------------------------------------------------------
108108
|
109-
| To change footer text on the Home Page, set the setting 'footer' to your preference.
110-
|
111-
| The footer text is the towards the bottom of the Home Page that reads: "and X other buttons ..."
112-
|
113-
| Depending on the amount of buttons on your Home Page, you might want to change this text.
114-
|
115-
| 'default' -> Uses default text.
116-
| 'alt' -> Displays an alternative version based on the Button Editor.
117-
| 'custom' -> Displays your custom text defined with 'custom_footer_text'.
118-
| 'false' -> Removes the footer.
109+
| Empty entries will be ignored.
119110
|
120111
*/
121112

122-
'home_footer' => 'default', // Either 'default', 'alt', 'custom' or 'false'.
123-
124-
// You can enter plain text or HTML into this field.
125-
// You can use "{year}" as a placeholder for the current year.
126-
// So "©{year}" would output "©2033" (or whatever the current year is).
127-
'custom_home_footer_text' => '© Copyright {year} - All Rights Reserved',
128-
129-
130113
// Apply a theme to your Home Page.
131114
// Enter the name of a theme located in your "themes" folder (for example, 'galaxy').
132115
'home_theme' => 'default', // Leave empty or enter 'default' to use the default theme.

0 commit comments

Comments
 (0)