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