ponepaste/event.php
2021-08-22 22:02:22 -04:00

14 lines
No EOL
314 B
PHP

<?php
define('IN_PONEPASTE', 1);
require_once('includes/common.php');
require_once('includes/functions.php');
// UTF-8
header('Content-Type: text/html; charset=utf-8');
$p_title = $lang['archive']; // "Pastes Archive";
// Theme
$page_template = 'event';
require_once('theme/' . $default_theme . '/common.php');