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:
darthgandalf
2010-09-11 18:51:54 +00:00
parent ced8aa82ed
commit dffabfed2e
4 changed files with 43 additions and 10 deletions
+2
View File
@@ -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();