added: ezc functions:

void dir_tab_subject(Info & i);
       void dir_tab_is_root(Info & i);
changed: in dir_tab_link:
         now it doesn't print the proto and base address - you should use [doc_base_url]




git-svn-id: svn://ttmath.org/publicrep/winix/trunk@879 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2012-09-02 01:27:41 +00:00
parent 8f8e44fee5
commit 43b4075b16
5 changed files with 22 additions and 10 deletions

View File

@@ -115,6 +115,8 @@ namespace TemplatesFunctions
void dir_tab(Info & i);
void dir_tab_url(Info & i);
void dir_tab_link(Info & i);
void dir_tab_subject(Info & i);
void dir_tab_is_root(Info & i);
void dir_last_link_to(Info &);
void dir_last_is_link_redirect(Info & i);