lcars/theme/LCARS-Next-Gen/rss.php
kjodle 9ff50bd47d LCARS GetSimple Template
LCARS is a template for the GetSimple CMS that mimics the monitor
appearance in the television series Star Trek: The Next Generation
2015-10-18 12:03:50 -04:00

8 lines
283 B
PHP

<?php
if(!defined("IN_GS")){ die("you cannot load this page directly."); }
header("Content-Type: application/rss+xml");
header("Content-Type: application/xhtml+xml");
header("Content-Type: application/rss+xml");
header("Content-Type: text/xml");
tide_rss_feed($_GET["page"]);