<?php
$previous_post = R('previous');
$next_post = R('next');
var_dump($previous_post);
var_dump($next_post);
finish_comicpress();
?>