Initial commit
This commit is contained in:
.DS_Storeapi.phpconfig.phpcore.phpfiltr.class.phpindex.htmlindex.php
data
.DS_Storeimglist.json.php
favicon.icoimgs
coding_in_progress.jpgindex.htmlpixel.gifthumb.coding_in_progress.jpgthumb.pixel.gifthumb.zuko_default.jpgzuko_default.jpg
index.htmlprofile_pics
tmp
upload.phpuploads
includes
admin
blog.class.phpcheck.class.phpcomment.class.phpcss
ui-lightness
images
animated-overlay.gifui-bg_diagonals-thick_18_b81900_40x40.pngui-bg_diagonals-thick_20_666666_40x40.pngui-bg_flat_10_000000_40x100.pngui-bg_glass_100_f6f6f6_1x400.pngui-bg_glass_100_fdf5ce_1x400.pngui-bg_glass_65_ffffff_1x400.pngui-bg_gloss-wave_35_f6a828_500x100.pngui-bg_highlight-soft_100_eeeeee_1x100.pngui-bg_highlight-soft_75_ffe45c_1x100.pngui-icons_222222_256x240.pngui-icons_228ef1_256x240.pngui-icons_ef8c08_256x240.pngui-icons_ffd27a_256x240.pngui-icons_ffffff_256x240.png
jquery-ui.custom.min.cssjs
locale
main
page.class.phprss.phpsidebar
user.class.phpplugins
.DS_Store
ckeditor
_plugin.phpstyles.js
adapters
build-config.jsckeditor.jsconfig.jsconfig.old.jscontents.cssinfo.jsonlang
plugins
autosave
button
clipboard
dialogs
contextmenu
dialog
filebrowser
floatpanel
format
htmlbuttons
htmlwriter
plugin.js
icons.pngicons_hidpi.pngsamples
image
imagebrowser
justify
link
listblock
panel
popup
readmorebtn
richcombo
sourcedialog
table
tabletools
skins
moono
dialog.cssdialog_ie.cssdialog_ie7.cssdialog_ie8.cssdialog_iequirks.csseditor.csseditor_gecko.csseditor_ie.csseditor_ie7.csseditor_ie8.csseditor_iequirks.cssicons.pngicons_hidpi.png
images
readme.mdoffice2013
ckeditor_simple
_plugin.phpstyles.js
adapters
build-config.jsckeditor.jsconfig.jscontents.cssinfo.jsonlang
plugins
samples
ajax.htmlapi.htmlappendto.html
assets
datafiltering.htmldivreplace.htmlindex.htmlinlineall.htmlinlinebycode.htmlinlinetextarea.htmljquery.htmlplugins
readonly.htmlreplacebyclass.htmlreplacebycode.htmlsample.csssample.jssample_posteddata.phptabindex.htmluicolor.htmluilanguages.htmlxhtmlstyle.htmlskins
moono
disqus
facebook-comments
facebook-root
facebook-share
filtr_stat
friendurl-jquery
galleria-io
index.htmltwitter-root
twitter-tweet
themes
default
index.htmlmurkyhellyeah
components
font
images
arrowDown.svgdango.jpgimg01.jpgimg02.jpgimg03.pngimg04.jpgimg05.jpglightstripe.pngmaterial-flatc.jpgmoto360-filter.jpgmoto360.jpgrecord.jpgtrollface.png
style.csstemplate.phptheme.jsmurkymodern
components
font
images
arrowDown.svgdango.jpgimg01.jpgimg02.jpgimg03.pngimg04.jpgimg05.jpglightstripe.pngmoto360-filter.jpgmoto360.jpgrecord.jpgtrollface.png
style.csstemplate.phptheme.jsmurkystairwell
wooden
39
themes/wooden/header.php
Normal file
39
themes/wooden/header.php
Normal file
@ -0,0 +1,39 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title><?php get_page_title(); ?></title>
|
||||
<meta charset="utf-8" />
|
||||
<link href="/includes/css/ui-lightness/jquery-ui.custom.min.css" rel="stylesheet" />
|
||||
<link href="/<?=get_theme_lib()?>/font/typicons.min.css" rel="stylesheet" />
|
||||
<link rel="stylesheet" href="/<?=get_theme_lib()?>/style.css" type="text/css" media="screen" />
|
||||
<link href='http://fonts.googleapis.com/css?family=Archivo+Narrow:400,700|Open+Sans:400,300&subset=latin,latin-ext' rel='stylesheet' type='text/css' />
|
||||
<script src="/includes/js/jquery.js"></script>
|
||||
<script src="/includes/js/jquery-ui.custom.min.js"></script>
|
||||
<script src="/includes/js/functions.js"></script>
|
||||
<meta name="keywords" content="<?=($description ? $description : $_set['description'])?>" />
|
||||
<meta name="description" content="<?=($description ? $description : $_set['description'])?>" />
|
||||
<?php get_page_extra_head(); ?>
|
||||
</head>
|
||||
<body>
|
||||
<div id="wrapper">
|
||||
<div id="header-wrapper">
|
||||
<div id="header" class="container">
|
||||
<div id="logo">
|
||||
<h1><a href="<?=get_current_link()?>"><?=(isset($_title[0]) ? trimlink($_title[0], 28) : $_set['title'])?></a></h1>
|
||||
<p><?=$_set['tagline']?></p>
|
||||
</div>
|
||||
<div id="menu">
|
||||
<ul>
|
||||
<?php get_navigation(); ?>
|
||||
</ul>
|
||||
</div>
|
||||
<div style="clear: both"></div>
|
||||
<div id="header-line"></div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="page">
|
||||
<?php
|
||||
get_errors();
|
||||
get_infos();
|
||||
?>
|
||||
<div id="content">
|
Reference in New Issue
Block a user