changed: cmslu building
Makefile from cmslu/ builds only: confparser.a content.a core.a templates.a the proper *.fcgi file is created from an application changed: all cmslu functions have english names (ls, emacs, etc) fixed: function: login/logout are placed where there are permissions git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@474 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -24,6 +24,10 @@
|
||||
#include "../core/groups.h"
|
||||
#include "../core/log.h"
|
||||
|
||||
#ifdef APPTEMPLATES
|
||||
#include "../app/templates.h"
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -64,6 +68,7 @@ namespace TemplatesFunctions
|
||||
void item_dir(Info & i); // the same as full_dir()
|
||||
void item_url(Info & i);
|
||||
void item_link(Info & i);
|
||||
void item_can_read(Info & i);
|
||||
|
||||
// !! wprowadzic item_old_is ?
|
||||
void item_old_id(Info & i);
|
||||
@@ -92,6 +97,7 @@ namespace TemplatesFunctions
|
||||
dir
|
||||
*/
|
||||
void dir(Info & i);
|
||||
void dir_can_read_exec(Info & i);
|
||||
|
||||
void dir_childs_tab(Info & i);
|
||||
void dir_childs_tab_url(Info & i);
|
||||
|
Reference in New Issue
Block a user