This website requires JavaScript.
Explore
Help
Register
Sign In
harukin
/
core
Archived
Watch
1
Star
0
Fork
0
You've already forked core
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
This repository has been archived on
2024-08-19
. You can view files and clone it, but cannot push or open issues or pull requests.
398e42acb5
core
/
Zotlabs
/
Render
History
M.Dent
9402f537b6
Fix root not added to internationalized template search
2018-08-12 19:02:11 -04:00
..
Comanche.php
functions to support module and widget registration by plugins. These have identical construction to core modules and widgets and are registered just like hooks during addon load. Also additional Apps functions addon_app_installed() and system_app_installed() which will eventually replace feature_installed() for features which are converted to apps. The convention being used is that the module associated with the app calls the appropriate *_app_installed() function and if not present emits descriptive text about the app and exits. This allows one to click on an 'available' app and learn about it. Once installed, the app module behaves normally and may offer functionality or what once were addon settings on the settings/featured page. Refer to zap-addons in the zap repository for examples of how this is being used to eliminate the 'additional features' and 'addon settings' pages.
2018-07-12 16:23:32 -07:00
SimpleTemplate.php
move template stuff to zotlabs/render
2016-05-20 19:11:14 -07:00
SmartyInterface.php
install smarty via composer and update other php libs
2017-12-18 15:48:49 +01:00
SmartyTemplate.php
Fix root not added to internationalized template search
2018-08-12 19:02:11 -04:00
TemplateEngine.php
move template stuff to zotlabs/render
2016-05-20 19:11:14 -07:00
Theme.php
remove mobile_detect (outdated and unmaintainable)
2018-02-05 18:06:25 -08:00