added: mount points have parameters now
added: to the database: table 'thread' git-svn-id: svn://ttmath.org/publicrep/cmslu/trunk@499 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
@@ -16,11 +16,7 @@ namespace TemplatesFunctions
|
||||
|
||||
void thread_subject(Info & i)
|
||||
{
|
||||
// !! jesli bedzie podzial na strony (np page:2) to bedzie trzeba w inny sposob ustalac tytul dla calego watku
|
||||
|
||||
if( !request.item_table.empty() )
|
||||
HtmlEscape(i.out, request.item_table[0].subject);
|
||||
|
||||
HtmlEscape(i.out, request.thread.subject);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user