11 lines
235 B
PHP
11 lines
235 B
PHP
<?php
|
|
|
|
// Serendipity
|
|
// See LICENSE file for license information.
|
|
// TODO: THIS FILE IS FOR BACKWARDS COMPATIBILITY - REMOVE WHEN NO LONGER NEEDED
|
|
|
|
use Serendipity\PageGenerator;
|
|
|
|
$pg = new PageGenerator($serendipity);
|
|
$pg->render();
|