mirror of
https://github.com/znc/znc.git
synced 2026-07-04 00:41:38 +02:00
Modules can now embed web stuff directly to other web pages which support this feature.
git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2128 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -132,6 +132,8 @@ public:
|
||||
EPageReqResult PrintStaticFile(const CString& sPath, CString& sPageRet, CModule* pModule = NULL);
|
||||
|
||||
bool AddModLoop(const CString& sLoopName, CModule& Module);
|
||||
VCString GetDirs(CModule* pModule, bool bIsTemplate);
|
||||
CString FindTmpl(CModule* pModule, const CString& sName);
|
||||
void SetPaths(CModule* pModule, bool bIsTemplate = false);
|
||||
void SetVars();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user