Deleted obsolete modules/webadmin dir, copied CSS files for ice & default to

webskins dir, made default the _default_ skin, moved dark-clouds to dark-clouds,
added /skinfiles/ feature to base skins on each other (and not only on default).

Next up: re-adding help texts that got lost during webadmin->webmods transition,
making skins look nice again.


git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1868 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
cflakes
2010-04-04 10:27:33 +00:00
parent 505bdd1e78
commit 6c5421b021
59 changed files with 294 additions and 2973 deletions
+2 -3
View File
@@ -1,10 +1,9 @@
<? INC DocType.tmpl ?>
<? INC Options.tmpl ?>
<html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>ZNC - <? VAR Title DEFAULT="Web Frontend" ?></title>
<link rel="stylesheet" type="text/css" href="/pub/main.css" />
<? LOOP CSSLoop ?>
<?IF HREF?><link rel="stylesheet" type="text/css" href="<? VAR HREF ?>" /><?ENDIF?>
<?ENDLOOP?>