comicpress-core/index.php

9 lines
140 B
PHP
Raw Normal View History

<?php
2009-11-08 03:00:14 +00:00
$previous_post = R('previous');
$next_post = R('next');
2009-06-13 11:58:02 +00:00
2009-11-08 03:00:14 +00:00
var_dump($previous_post);
var_dump($next_post);
2009-11-08 01:56:49 +00:00
finish_comicpress();
2009-07-20 01:29:43 +00:00
?>