예제 #1
0
		<div class="clear"><!-- --></div>
		<?php 
    //echo "here";print_r($gallery->captions);
    ?>
	</div>
	<script type="text/javascript">
	$(function() {
		$('.gallery a.lightbox-<?php 
    echo $post->slug;
    ?>
').lightBox({fixedNavigation:true});
	});
	</script>
	<?php 
}
eatStaticBlog::obsoleteWarning($post->timestamp);
if (sizeof($post->tags) > 0) {
    ?>
	<div class="tags">
		Tags: 
	<?php 
    foreach ($post->tags as $tag) {
        ?>
	<a href="<?php 
        echo SITE_ROOT;
        ?>
category/<?php 
        echo $post->slugify($tag);
        ?>
"><?php 
        echo $tag;