Skip to content
Snippets Groups Projects
Commit 4cc75a2b authored by ands's avatar ands
Browse files

warpzone logo hinzugefügt

parent 87a156a2
No related branches found
No related tags found
No related merge requests found
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
height:170px; height:170px;
} }
body, h1, h2 { body {
font-family:Verdana; font-family:Verdana;
background-color:#261C13; background-color:#261C13;
color:#ffffff; color:#ffffff;
......
<head> <head>
<link rel="stylesheet" type="text/css" href="css/widget.css" /> <link rel="stylesheet" type="text/css" href="css/widget.css" />
<script src="/js/jquery-1.4.4.js" type="text/javascript"></script> <script src="/js/jquery-1.4.4.js" type="text/javascript"></script>
<title>Marvin</title> <title>Warpzone's Marvin</title>
</head> </head>
<body> <body>
<h1>Marvin</h1> <img src="img/warpzone.png">
<h2>Warpzone's widgetcenter</h2>
<?php <?php
$widgets = array( $widgets = array(
array( array(
"ZoneOffen", // widget name "ZoneOffen", // widget name
16,16, // position 16,200, // position
"widget_square" // css-class "widget_square" // css-class
) )
); );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment