clipbucket/upload/styles/cbv3/layout/global_header.html
Arslan Hassan 5962836294 Added : template.php as template file
Added : function filters files replacing function hooks
Added : add_admin_menu a whole new function and replaced all existing functions with new
Added : New Admin Area with Bootstrap and new icons
Added : functions for widgets
Added : Sidebars and Widgets
2012-04-28 20:11:43 +00:00

45 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<!-- ClipBucket v3.0 -->
<meta name="author" content="Arslan Hassan, Fawaz Tahir" />
<link rel="shortcut icon" href="{$imageurl}/favicon.ico" type="image/x-icon" />
<meta name="keywords" content="{$Cbucket->configs.keywords}" />
<meta name="description" content="{$Cbucket->configs.description}" />
<meta name="distribution" content="global" />
<title>{cbtitle}</title>
<!-- RSS FEEDS -->
{rss_feeds link_tag=true}
<!-- Including Normalizer And Bootstrap -->
<link rel="stylesheet" type="text/css" href="{$layout_url}/normalize.css" />
<link rel="stylesheet" type="text/css" href="{$template_url}/bootstrap/css/bootstrap.min.css" />
<link rel="stylesheet" type="text/css" href="{$template_url}/bootstrap/css/bootstrap-responsive.min.css" />
<!-- ClipBucket default.css -->
<link rel="stylesheet" type="text/css" href="{$theme_url}/default.css" />
<!-- Including ClipBucket Global_header -->
{include_header file='global_header'}
<!-- Including Bootstrap JS
NOTE : JQUERY v1.7 or higher is required -->
<script type="text/javascript" src="{$template_url}/bootstrap/js/bootstrap.min.js"></script>
<!-- Including Functions -->
<script type="text/javascript" src="{$layout_url}/functions.js"></script>
<!-- Including Javascript written in HTML document -->
{include file="$layout_dir/javascript.html"}
</head>
<!-- Global Header Ends Here -->