Admin part: can import, export and drop themes

This commit is contained in:
Némunaire 2013-11-08 20:46:48 +01:00
commit ffe0c2a7c4
8 changed files with 217 additions and 7 deletions

View file

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