1
0
mirror of https://github.com/e107inc/e107.git synced 2025-02-13 11:04:38 +01:00

3 Commits

Author SHA1 Message Date
SteveD
b411a35bcb Pick up and remedy failure to delete core prefs during move 2012-12-15 12:02:09 +00:00
SteveD
cad45d4179 Event calendar - move prefs out of core, with update option. Fix a few things and generally tidy up. Needs attention from the theme experts in patches. 2012-12-13 22:26:37 +00:00
Cameron
b42d87e6bf Added e107::pref() - Generic Pref-array retrieval for core, themes and plugins.
ie. $pref = e107::pref(); or $plugPref = e107::pref('gallery'); or $themePref = e107::pref('theme'); // currently installed theme.
2012-12-06 16:47:26 -08:00