1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-11 00:54:49 +02:00

Plugin Builder refinements and admin-ui 'template' added to banlist and rss for later use.

This commit is contained in:
Cameron
2012-12-06 21:41:53 -08:00
parent 29f23c05ea
commit a874b87a7f
5 changed files with 189 additions and 9 deletions

View File

@@ -1126,6 +1126,9 @@ class themeHandler
$mes->add("Default Layout: ".$deflayout, E_MESSAGE_SUCCESS);
$mes->add("Custom Pages: ".implode(" ",$customPages), E_MESSAGE_SUCCESS);
$med = e107::getMedia();
$med->import('_common_image', e_THEME.$name, "^.*?logo.*?(\.png|\.jpeg|\.jpg|\.JPG|\.GIF|\.PNG)$");
$this->theme_adminlog('01', $name.', style.css');
return TRUE;
}