Example #1
0
<?php

if (!defined('IN_GS')) {
    die('you cannot load this page directly.');
}
?>
<!DOCTYPE html>
<html>
<head>
	<?php 
get_i18n_header();
?>
	<title><?php 
get_page_clean_title();
?>
 :: <?php 
get_site_name();
?>
</title>
    <meta charset="utf-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
	<meta http-equiv="cache-control" content="no-cache">
	<meta name="Keywords" content="GetSimple">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="GetSimple Template">
    <meta name="author" content="Bokor Pavol - 4ENZO; s.r.o.">
    <link rel="shortcut icon" href="<?php 
get_theme_url();
?>
/images/favicon.ico" type="image/x-icon">
	<link rel="apple-touch-icon" href="<?php 
Example #2
0
	<!-- JavaScript -->
	<script type="text/javascript" src="<?php 
get_theme_url();
?>
/js/jquery.min.js" defer></script>
	<script type="text/javascript" src="<?php 
get_theme_url();
?>
/js/jquery-migrate-1.2.1.min.js" defer></script>
	<script type="text/javascript" src="<?php 
get_theme_url();
?>
/js/doubletaptogo.js" defer></script>
	<script type="text/javascript" defer>
	function defer() {
    if (window.jQuery)
			$(window).bind("load", function() {
				$('#navmenu li:has(ul)').doubleTapToGo();
			});
    else
        setTimeout(function() { defer() }, 50);
		}
		defer();
	</script>

	<?php 
function_exists('get_i18n_header') ? get_i18n_header() : get_header();
?>
</head>