streams/Zotlabs/Render
2016-06-13 19:58:24 -07:00
..
Comanche.php deprecate the item_id table - replace with iconfig. A possibly useful function in the iconfig class would be a search which takes a service id and type and uid, matches against an item and returns the iid. That could save a bit of code duplication. 2016-06-13 19:58:24 -07:00
SimpleTemplate.php move template stuff to zotlabs/render 2016-05-20 19:11:14 -07:00
SmartyInterface.php move template stuff to zotlabs/render 2016-05-20 19:11:14 -07:00
SmartyTemplate.php move template stuff to zotlabs/render 2016-05-20 19:11:14 -07:00
TemplateEngine.php move template stuff to zotlabs/render 2016-05-20 19:11:14 -07:00
Theme.php support work for a long-term fix for issue #390, essentially one can specify a theme:schema string anywhere a theme is input. It will be honoured unless an existing schema setting over-rides this behaviour. This should also be backward compatible but the theme selection code has been cleaned up slightly and there may be subtle differences in behaviour after this commit. On my site this required a page refresh as the first page load after this change was a bit confused. 2016-05-17 17:46:30 -07:00