server/onyx/include/admin/export_theme.php

10 lines
159 B
PHP
Raw Normal View History

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