added: Rebus

(when no logged user wants to send a message then he is asked a question)


git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@521 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2009-11-16 23:36:38 +00:00
parent c62d48160a
commit 2ca44ec361
25 changed files with 509 additions and 193 deletions

View File

@@ -21,9 +21,7 @@
namespace TemplatesFunctions
{
using Ezc::Info;
extern bool thread_show_edit_subject_var;
extern PatternCacher pattern_cacher;
extern Ezc::Functions functions;
extern Ezc::Pattern pat_item_info;
@@ -74,6 +72,7 @@ namespace TemplatesFunctions
void item_date_modification(Info & i);
void item_dates_equal(Info & i);
void item_run(Info & i);
void item_guest_name(Info & i);
// !! wprowadzic item_old_is ?
void item_old_id(Info & i);
@@ -200,7 +199,6 @@ namespace TemplatesFunctions
thread
*/
void thread_is(Info & i);
void thread_show_edit_subject(Info & i);
void thread_tab(Info & i);
void thread_tab_url(Info & i);
void thread_tab_subject(Info & i);
@@ -221,6 +219,12 @@ namespace TemplatesFunctions
void mount_is_thread(Info & i);
void mount_is_cms(Info & i);
/*
rebus
*/
void rebus_question(Info & i);
} // namespace TemplatesFunctions