예제 #1
0
파일: docs.php 프로젝트: gruner/doozer
}
/**
 * Page Variables
 */
$_section = 'Products';
$_name = 'Bolts';
//$_title = '[this text replaces the title]';
$_alt = 'this string will be the default alt text when using the place_image() function';
require_once 'lib/doozer/doozer.php';
?>
<!DOCTYPE html>
<html lang="en">
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
	<?php 
echo meta_tags();
?>
	<link rel="stylesheet" href="example.css" />
	<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
	<title>Doozer PHP Navigation Framework</title>

	<script>
    $(document).ready(function(){
  		//$('li.first').append('<span class="quiet">  < first</span>');
  		//$('li.last').append('<span class="quiet">  < last</span>');
  		//$('#nav-with-sub a[href^="http://"]').after('<span class="quiet"> (external)</span>');
  		//$('a.head').after('<span class="quiet"> < head </span>');
  	});//end document.ready
  </script>

</head>
예제 #2
0
echo doctype('html5') . "\n";
?>
<html lang="ko">
<head>
	<?php 
echo meta($meta);
?>
	<title><?php 
echo $title_for_layout;
?>
</title>
	<link href="/images/favicon.ico" type="image/x-icon" rel="shortcut icon"/>	
	<?php 
echo $style_for_layout;
meta_tags(array('general' => true, 'og' => true, 'twitter' => true, 'robot' => true), $common_data['meta_title'], $common_data['meta_description']);
?>
	<?php 
if (isset($data['tags'])) {
    ?>
	<meta content="<?php 
    echo tag_restore($data['tags']);
    ?>
" name="keywords" />
	<?php 
} else {
    ?>
	<meta content="정종호,웹프로그래머,웹표준,퍼블리셔,웹개발,리눅스,html,html5,javascript,php,ruby,rails,레일즈,퍼블리싱,publishing,잠자는사자,sl,sleepinglion,sleeping-lion" name="keywords" />
	<?php 
}
?>
예제 #3
0
<!DOCTYPE html>
<html lang="en">
<head>

	<meta charset="utf-8">
	<meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<?php 
echo isset($meta) ? meta_tags($meta) : meta_tags();
?>

	<!-- Custom CSS -->
	<link rel="stylesheet" href="<?php 
echo base_url();
?>
assets/build/css/styles.css" type="text/css">

</head>
<body>