Пример #1
0
	<?php 
/* 
	Template Name: Template Quest 
*/
get_header();
?>
<style>
#showDiv{display:none;}
</style>
	<div class="container">
		<div class="pull-right main-container">
			<?php 
get_breadcrumb_navigation();
?>
			<h1 class="titlePosts"><?php 
the_title();
?>
</h1>
			<div class="quest-info">
		<script>
		$(document).ready(function() {
			$("#startQuest").click(function (){
					$('html, body').animate({
						scrollTop: $("#showDiv").offset().top
					}, 1500);
			});
		});	
		
		var score; 						
		function ShowTemp() {
			  score=0;
Пример #2
0
function fossa_hier_menu()
{
    echo "<div class=\"breadcrumb\"><b>You are here:</b>&nbsp;&nbsp;&nbsp;";
    get_breadcrumb_navigation(get_page_slug(false), '•', true);
    echo "</div>";
}