From 4905bf6cc6f0d205588a29f54ac5670438dbf368 Mon Sep 17 00:00:00 2001 From: Shish Date: Sun, 31 Dec 2023 23:08:15 +0000 Subject: [PATCH] [r34] remove theme override which duplicates a config setting --- themes/rule34v2/home.theme.php | 61 ---------------------------------- 1 file changed, 61 deletions(-) delete mode 100644 themes/rule34v2/home.theme.php diff --git a/themes/rule34v2/home.theme.php b/themes/rule34v2/home.theme.php deleted file mode 100644 index 1c1831b6..00000000 --- a/themes/rule34v2/home.theme.php +++ /dev/null @@ -1,61 +0,0 @@ -$main_links"; - $message_html = empty($main_text) ? "" : "
$main_text
"; - $counter_html = empty($counter_text) ? "" : "
$counter_text
"; - $contact_link = empty($contact_link) ? "" : "
Contact –"; - $search_html = " - - "; - return " -
-

$sitename

- $main_links_html - $search_html - $message_html - $counter_html - -
"; - } -}