1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 21:57:51 +02:00

Show custom-page data only in debug mode.

This commit is contained in:
Cameron
2012-12-17 13:22:17 -08:00
parent 661c6e7219
commit 992d88ddb6

View File

@@ -1134,7 +1134,7 @@ class themeHandler
//TODO LANs
$mes->add(TPVLAN_3." <b>'".$name." v".$version."'</b>", E_MESSAGE_SUCCESS);
$mes->add("Default Layout: ".$deflayout, E_MESSAGE_SUCCESS);
$mes->add("Custom Pages: ".print_a($customPages,true), E_MESSAGE_SUCCESS);
$mes->addDebug("Custom Pages: ".print_a($customPages,true));
$med = e107::getMedia();
$med->import('_common_image', e_THEME.$name, "^.*?logo.*?(\.png|\.jpeg|\.jpg|\.JPG|\.GIF|\.PNG)$");