diff options
author | Choom | 2023-01-25 23:10:33 -0300 |
---|---|---|
committer | Choom | 2023-01-26 01:25:21 -0300 |
commit | e396b01348126c1b8d5c3a93cb90bc309046f8e7 (patch) | |
tree | d08d485269b1bec95a7e6f16ce6fb1e9b9fc332a /cgi/templates/txt_archive.html | |
parent | 1abcb963bf5cceacf76c4244f6b6326360730063 (diff) | |
download | weabot-e396b01348126c1b8d5c3a93cb90bc309046f8e7.tar.gz weabot-e396b01348126c1b8d5c3a93cb90bc309046f8e7.tar.xz weabot-e396b01348126c1b8d5c3a93cb90bc309046f8e7.zip |
Cambiando datos archivados a int
Diffstat (limited to 'cgi/templates/txt_archive.html')
-rw-r--r-- | cgi/templates/txt_archive.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cgi/templates/txt_archive.html b/cgi/templates/txt_archive.html index fe7f8c6..bdac2ca 100644 --- a/cgi/templates/txt_archive.html +++ b/cgi/templates/txt_archive.html @@ -15,10 +15,10 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="shortcut icon" href="/favicon.ico" /> <link rel="stylesheet" href="/static/css/txt/bbs.css" /> -<?py if not force_css: ?> - <link rel="stylesheet" id="css" href="#{static_url}css/txt/#{txt_styles[txt_styles_default].lower()}.css" /> +<?py if board == 'zonavip' and threads[0]['timestamp'] < 1377934149: ?> + <link rel="stylesheet" id="css" href="#{static_url}css/txt/baisano.css" /> <?py else: ?> - <link rel="stylesheet" type="text/css" href="#{force_css}" /> + <link rel="stylesheet" id="css" href="#{static_url}css/txt/#{txt_styles[txt_styles_default].lower()}.css" /> <?py #endif ?> <script type="text/javascript" src="#{static_url}js/weabotxt.js"></script> <script type="text/javascript" src="#{static_url}js/aquiencitas.js"></script> |