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 - -
"; - } -}