Exemplo n.º 1
0
		}
		$tip.html(cache[href]);
	}

	$('a.user, .avatar a').tooltip({
		predelay: 500,
		tip: '#peepbox',
		lazy: false,
		position: 'bottom right',
		onBeforeShow: function() {
			peepbox(this.getTrigger().attr('href'), this.getTip());
		}
	}).dynamic({
		borrom: {
			direction: 'down',
			bounce: true,
		}
	});

});
//]]>
</script>

<?php 
echo widget::get('foot');
?>

</body>

</html>
Exemplo n.º 2
0
<!-- MAIN CONTENT -->

<section id="center" class="unit size3of5">

<?php 
echo widget::get('main');
?>

</section>

<!-- /MAIN CONTENT -->


<!-- SIDE CONTENT -->

<section id="side" class="unit size2of5 lastunit">

<?php 
echo widget::get('side');
?>

</section>

<!-- /SIDE CONTENT -->