Code:
<?php if(!defined('IN_GS')){ die('you cannot load this page directly.'); }
/****************************************************
****************************************************/
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="author" content="JLM - studiobox.fr" />
<title><?php get_page_clean_title(); ?> | <?php get_site_name(); ?></title>
<?php get_header(); ?>
<link href='http://fonts.googleapis.com/css?family=Yanone+Kaffeesatz|Droid+Sans' rel='stylesheet' type='text/css' />
<link rel="stylesheet" type="text/css" href="<?php get_theme_url(); ?>/inland.css" media="all" />
<script src="<?php get_theme_url(); ?>/js/jquery-1.7.1.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.prettyPhoto.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.cycle.all.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.fancybox-1.3.4.pack.js"></script>
<script src="<?php get_theme_url(); ?>/js/supersized.3.2.6.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/s3Slider.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.autogrow.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.easing.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.mousewheel-3.0.4.pack.js"></script>
<script src="<?php get_theme_url(); ?>/js/s3Slider.js"></script>
<script src="<?php get_theme_url(); ?>/js/supersized.shutter.min.js"></script>
<script src="<?php get_theme_url(); ?>/js/jquery.nivo.slider.js"></script>
</head>
<body>
<div id="wrapper960" class="clearfix">
<div id="toplinks">
<ul class="toplinks_links">
<?php get_i18n_component('toplink'); ?>
</ul>
</div>
<div id="header" class="clearfix shadow">
<div id="sitetitle" class="clearfix">
<a href="<?php get_site_url(); ?>"><img src="logonrg.png"></a>
</div>
<div id="nav" class="clearfix">
<ul>
<?php get_i18n_navigation(return_page_slug()); ?>
</ul>
</div>
</div>
<div class="slider-wrapper">
<div class="slider-wrapper">
<div id="slider" class="nivoSlider">
<?php get_i18n_component('theslider'); ?>
</div>
</div>
<!-- main content -->
<div id="content">
<h1><?php get_page_title(); ?></h1>
<div id="page-content">
<div class="page-text">
<?php get_page_content(); ?>
</div>
</div>
</div>
<div id="extended" class="clearfix shadow">
<div id="trio1">
<div class="inner">
<h3><?php get_i18n_component('box01_title'); ?></h3>
<p><?php get_i18n_component('box01_content'); ?></p>
</div>
</div>
<div id="trio2">
<div class="inner">
<h3><?php get_i18n_component('box02_title'); ?></h3>
<p><?php get_i18n_component('box02_content'); ?></p>
</div>
</div>
<div id="trio3">
<div class="inner">
<h3><?php get_i18n_component('box03_title'); ?></h3>
<p><?php get_i18n_component('box03_content'); ?></p>
</div>
</div>
</div>
<div id="footer" class="shadow">
<p><?php echo date('Y'); ?> <img src="footerlogo.png"> | <a href="http://www.robotmill.it" target="_blank">Sample website </a> powered by GetSimple | <a href="mailto:">Contact Us</a></p>
</div>
</div>
<script type="text/javascript">
$(window).load(function() {
$('#slider').nivoSlider();
});
</script>
</body>
</html>
Code:
<?php if(function_exists(get_i18n_navigation)){ get_i18n_navigation($slug, $minlevel=0, $maxlevel=10, $show=I18N_SHOW_MENU, $component=null);
Who can help me?