PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
include
/
client
/
templates
<?php $desc = $event->getDescription(ThreadEvent::MODE_CLIENT); if (!$desc) return; ?> <div class="thread-event <?php if ($event->uid) echo 'action'; ?>"> <span class="type-icon"> <i class="faded icon-<?php echo $event->getIcon(); ?>"></i> </span> <span class="faded description"><?php echo $desc; ?></span> </div>
[+]
..
[-] sidebar.tmpl.php
[edit]
[-] thread-entry.tmpl.php
[edit]
[-] thread-event.tmpl.php
[edit]
[-] thread-entries.tmpl.php
[edit]
[-] thread-export.tmpl.php
[edit]
[-] inline-form.tmpl.php
[edit]
[-] dynamic-form.tmpl.php
[edit]
[-] ticket-print.tmpl.php
[edit]
[-] .htaccess.disabled
[edit]