1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-13 10:04:35 +02:00

Theme Info fix. <screenshots> added to theme.xml spec.

This commit is contained in:
Cameron
2012-12-11 00:34:08 -08:00
parent 2822965abc
commit 82fafa6f62
7 changed files with 78 additions and 42 deletions

View File

@@ -72,8 +72,9 @@ if(e_AJAX_REQUEST)
if(e_AJAX_REQUEST)
{
$data = $themec->getThemeInfo('jayya');
{
$tm = (string) $_GET['id'];
$data = $themec->getThemeInfo($tm);
echo $themec->renderThemeInfo($data);
exit;