PHP Classes

File: site/views/template/header.php

Recommend this page to a friend!
  Classes of Muhammad Mengrani   PHP CouchDB Product CRUD   site/views/template/header.php   Download  
File: site/views/template/header.php
Role: Auxiliary script
Content type: text/plain
Description: Class source
Class: PHP CouchDB Product CRUD
Manage products stored in a CouchDB database
Author: By
Last change: Update of site/views/template/header.php
Date: 2 months ago
Size: 1,192 bytes
 

Contents

Class file image Download
<?php
$server
= $_SERVER['SERVER_ADDR'];
//$link = "http://".$server."/".$site->appdir."/";
?>
<!-- Le styles -->
<link href="site/lib/UI/jquery/assets/css/bootstrap.min.css" rel="stylesheet" />
<link type="text/css" href="site/lib/UI/jquery/css/custom-theme/jquery-ui-1.10.0.custom.css" rel="stylesheet" />
<link type="text/css" href="site/lib/UI/jquery/assets/css/font-awesome.min.css" rel="stylesheet" />
<!--[if IE 7]>
<link rel="stylesheet" href="site/lib/UI/jquery/assets/css/font-awesome-ie7.min.css" />
<![endif]-->
<!--[if lt IE 9]>
<link rel="stylesheet" type="text/css" href="site/lib/UI/jquery/css/custom-theme/jquery.ui.1.10.0.ie.css" />
<![endif]-->
<link href="site/lib/UI/jquery/assets/css/docs.css" rel="stylesheet" />
<link href="site/lib/UI/jquery/assets/js/google-code-prettify/prettify.css" rel="stylesheet" />
<link href="site/lib/UI/jquery/css/jquery.dropdown.css" rel="stylesheet" type="text/css" />
<link href="site/lib/UI/jquery/css/flexigrid.css" rel="stylesheet" type="text/css" />
<link href="site/lib/UI/jquery/css/jquery.lightbox-0.5.css" rel="stylesheet" type="text/css" />
<link href="site/lib/UI/jquery/css/mystyle.css" rel="stylesheet" type="text/css" />