From 9a80ae24348fc1de22302f7d37e0a354bd2361a7 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Sun, 14 Jul 2024 03:38:09 -0700 Subject: [PATCH] make the wildcard the default --- templates/themes/catalog/info.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/templates/themes/catalog/info.php b/templates/themes/catalog/info.php index c20a0ca3..a5fa1ddd 100644 --- a/templates/themes/catalog/info.php +++ b/templates/themes/catalog/info.php @@ -17,17 +17,12 @@ 'default' => 'Catalog' ); - $__boards = listBoards(); - $__default_boards = Array(); - foreach ($__boards as $__board) - $__default_boards[] = $__board['uri']; - $theme['config'][] = Array( 'title' => 'Included boards', 'name' => 'boards', 'type' => 'text', 'comment' => '(space seperated)', - 'default' => implode(' ', $__default_boards) + 'default' => implode('*') ); $theme['config'][] = Array(