From 8f563c4dbba642d6f663c9950d405a779d93a473 Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Wed, 10 Dec 2025 15:04:53 +0100 Subject: [PATCH] add use_standard_pages --- How-to-create-a-theme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/How-to-create-a-theme.md b/How-to-create-a-theme.md index 84c7e6d..bb969ec 100644 --- a/How-to-create-a-theme.md +++ b/How-to-create-a-theme.md @@ -79,6 +79,7 @@ install/update from http://piwigo.org/ext. | activable | true | If you don't want your theme to be activable, set this value to *false* (this can be useful for parent themes adding only information on the layout) | | load_parent_local_head | true | If you don't want this theme to load its parent local head, set this value to *false* | | load_parent_css | true | If you don't want this theme to load its parent theme.css, set this value to *false* | +| use_standard_pages | false | If you want to use the standard pages design, set this value to *true*. If this is set to *true* you don't need to create login, register, forgotten password or profile pages. ### theme.css