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:
@@ -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;
|
||||
|
Reference in New Issue
Block a user