diff options
author | friendica <info@friendica.com> | 2013-01-29 16:01:38 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-01-29 16:01:38 -0800 |
commit | ae91347dcd5cafcd7051036262ff81edee73095b (patch) | |
tree | 5aefcd121553f74799426d550228af4d16cf0c35 /version.inc | |
parent | 62d08029d83b38912108127644ff9fa0a8da1a56 (diff) | |
download | volse-hubzilla-ae91347dcd5cafcd7051036262ff81edee73095b.tar.gz volse-hubzilla-ae91347dcd5cafcd7051036262ff81edee73095b.tar.bz2 volse-hubzilla-ae91347dcd5cafcd7051036262ff81edee73095b.zip |
Widget manager....
/*
* Use a theme or app specific widget ordering list to determine what widgets should be included
* for each module and in what order and optionally what region of the page to place them.
* For example:
* view/wgl/mod_connections.wgl:
* -----------------------------
* vcard aside
* follow aside
* findpeople rightside
* collections aside
*
* If your widgetlist does not include a widget that is destined for the page, it will not be rendered.
* You can also use this to change the order of presentation, as they will be presented in the order you specify.
*
*/
Diffstat (limited to 'version.inc')
-rw-r--r-- | version.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/version.inc b/version.inc index 345bfe160..127eebfe8 100644 --- a/version.inc +++ b/version.inc @@ -1 +1 @@ -2013-01-28.214 +2013-01-29.215 |