server/onyx/include/admin/export_theme.php
2013-11-08 20:46:55 +01:00

10 lines
159 B
PHP

<?php
if(!defined('ONYX')) exit;
header("Content-type: application/xml");
$template->assign("theme", new Theme($_GET["id"]));
return "admin/export_theme";