Archived
1
0
This repository has been archived on 2025-06-14. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
LuckyCoinkydink/include/genpage.inc.php
T

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();