diff options
Diffstat (limited to 'cgi/templates/txt_base_top.html')
-rw-r--r-- | cgi/templates/txt_base_top.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cgi/templates/txt_base_top.html b/cgi/templates/txt_base_top.html index 35b871f..84dc320 100644 --- a/cgi/templates/txt_base_top.html +++ b/cgi/templates/txt_base_top.html @@ -28,10 +28,6 @@ <?py else: ?> <link rel="stylesheet" type="text/css" href="#{force_css}" /> <?py #endif ?> -<?py if board == 'zonavip': ?> - <link rel="stylesheet" href="/static/css/txt/sjis.css" /> - <link rel="stylesheet" href="/static/css/txt/vipper.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> <script type="text/javascript" src="#{static_url}js/shobon.js"></script> |