aboutsummaryrefslogtreecommitdiff
path: root/h-source/Examples/Views/post2/header.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Examples/Views/post2/header.php')
-rwxr-xr-xh-source/Examples/Views/post2/header.php30
1 files changed, 0 insertions, 30 deletions
diff --git a/h-source/Examples/Views/post2/header.php b/h-source/Examples/Views/post2/header.php
deleted file mode 100755
index 0d9a131..0000000
--- a/h-source/Examples/Views/post2/header.php
+++ /dev/null
@@ -1,30 +0,0 @@
-<html>
-
-<header>
-
-<title>prova</title>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/style.css');?>"></style>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/mainmenu.css');?>"></style>
-<link rel="stylesheet" type="text/css" href="<?php echo url::getRoot('public/css/form.css');?>"></style>
-<script type="text/javascript" src="<?php echo url::getRoot('external/jquery/jquery-1.3.2.js');?>"></script>
-
-<script>
-$(document).ready(function(){
-
- $("ul#menuBlock li").mouseover(function () {
- $(this).children().css({'display' : 'block'});
- });
-
- $("ul#menuBlock li").mouseout(function () {
- $('ul#menuBlock li ul').css({'display' : 'none'});
- });
-
-});
-</script>
-
-</header>
-
-<body>
-
-<div id="container">
-