Changeset 928 for trunk/templates/skin/developer/topic.tpl
- Timestamp:
- 06/05/10 16:50:27 (2 years ago)
- Files:
-
- 1 modified
-
trunk/templates/skin/developer/topic.tpl (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/templates/skin/developer/topic.tpl
r924 r928 30 30 {if $oTopic->getType()=='question'} 31 31 <div id="topic_question_area_{$oTopic->getId()}" class="poll"> 32 {if !$oTopic->getUserQuestionIsVote()} {* ����� � �������� *}32 {if !$oTopic->getUserQuestionIsVote()} 33 33 <ul class="poll-vote"> 34 34 {foreach from=$oTopic->getQuestionAnswers() key=key item=aAnswer}
