rename friendica_smarty
This commit is contained in:
parent
34c9493dfe
commit
17bd39fcd4
@ -5,7 +5,7 @@
|
||||
* @brief Some functions to handle addons and themes.
|
||||
*/
|
||||
|
||||
require_once("include/friendica_smarty.php");
|
||||
require_once("include/smarty.php");
|
||||
|
||||
/**
|
||||
* @brief unloads an addon.
|
||||
@ -13,6 +13,7 @@ require_once("include/friendica_smarty.php");
|
||||
* @param string $plugin name of the addon
|
||||
* @return void
|
||||
*/
|
||||
|
||||
function unload_plugin($plugin){
|
||||
logger("Addons: unloading " . $plugin, LOGGER_DEBUG);
|
||||
|
||||
@ -29,6 +30,7 @@ function unload_plugin($plugin){
|
||||
* @param string $plugin name of the addon
|
||||
* @return bool
|
||||
*/
|
||||
|
||||
function uninstall_plugin($plugin) {
|
||||
unload_plugin($plugin);
|
||||
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
|
||||
require_once("include/template_processor.php");
|
||||
require_once("include/friendica_smarty.php");
|
||||
require_once("include/smarty.php");
|
||||
|
||||
/**
|
||||
* This is our template processor
|
||||
|
Reference in New Issue
Block a user