I do it this way around
wrapper.php (in serendipity directory)
<?php
$_REQUEST['page'] = 'blog';
// Let serendipity generate our content:
ob_start();
require 'index.php';
$blog_data = ob_get_contents();
ob_end_clean();
// Now we include our normal content building file.
// This one has to make ...
Search found 2 matches
- Mon May 24, 2004 8:21 am
- Forum: Installation
- Topic: Can't get embedding with subdirectory working.
- Replies: 2
- Views: 5584
- Thu Jan 15, 2004 9:23 am
- Forum: General discussions
- Topic: top referrers don 't show
- Replies: 3
- Views: 9319