Skip to content

Commit

Permalink
deprecate zomg_ponies & white2
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcom committed Feb 5, 2024
1 parent 822547d commit 4eee8e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/ru/org/linux/site/Theme.java
@@ -1,5 +1,5 @@
/*
* Copyright 1998-2016 Linux.org.ru
* Copyright 1998-2024 Linux.org.ru
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
Expand All @@ -19,10 +19,10 @@

public class Theme {
private static final Theme BLACK = new Theme("black", "black/head.jsp", "black/head-main.jsp");
private static final Theme WHITE2 = new Theme("white2", "white2/head-main.jsp", "white2/head-main.jsp");
private static final Theme WHITE2 = new Theme("white2", "white2/head-main.jsp", "white2/head-main.jsp", true);
private static final Theme TANGO = new Theme("tango", "tango/head-main.jsp", "tango/head-main.jsp");
private static final Theme WALTZ = new Theme("waltz", "tango/head-main.jsp", "tango/head-main.jsp");
private static final Theme ZOMG_PONIES = new Theme("zomg_ponies", "zomg_ponies/head-main.jsp", "zomg_ponies/head-main.jsp");
private static final Theme ZOMG_PONIES = new Theme("zomg_ponies", "zomg_ponies/head-main.jsp", "zomg_ponies/head-main.jsp", true);

public static final ImmutableList<Theme> THEMES = ImmutableList.of(
TANGO,
Expand Down

3 comments on commit 4eee8e7

@blogdron
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ооооууу нььееееет. Это же была целая веха в истооории

@vbcnthfkmnth123
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Плохо

@bodqhrohro
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Плохо

Хорошо.

Please sign in to comment.