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

Online theme selection integrated into admin area. "Find Themes". Incomplete.

This commit is contained in:
Cameron
2013-01-25 19:30:26 -08:00
parent 53c13a643f
commit 0116b9ff64
4 changed files with 97 additions and 4 deletions

View File

@@ -142,6 +142,9 @@ function theme_adminmenu()
$var['choose']['text'] = TPVLAN_51;
$var['choose']['link'] = e_SELF."?choose";
$var['online']['text'] = "Find Themes";
$var['online']['link'] = e_SELF."?online";
$var['upload']['text'] = TPVLAN_38;
$var['upload']['link'] = e_SELF."?upload";