Lines Matching refs:get
30 (<span class="count"><?php echo $tpl->get('proposals_count') ?></span>)
35 (<span class="count"><?php echo $tpl->get('my_threads_count') ?></span>)
39 (<span class="count"><?php echo $tpl->get('my_tasks_count') ?></span>)
43 (<span class="count"><?php echo $tpl->get('reported_threads_count') ?></span>)
47 (<span class="count"><?php echo $tpl->get('reported_tasks_count') ?></span>)
56 <?php $tpl->set('threads', $tpl->get('proposals')) ?>
61 <?php $tpl->set('threads', $tpl->get('my_threads')) ?>
65 <?php $tpl->set('tasks', $tpl->get('my_tasks')) ?>
69 <?php $tpl->set('threads', $tpl->get('reported_threads')) ?>
73 <?php $tpl->set('tasks', $tpl->get('reported_tasks')) ?>