0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
tikiwiki
/
3.2.0-5
/
standard
/
htdocs
/
templates
/
[
Home
]
File: remarksbox.tpl
{* $Id: $ *} {* Simple remarks box used by Smarty entity block.remarksbox.php & wikiplugin_remarksbox.php *} <div class="rbox {$remarksbox_type}"> {if $remarksbox_title ne ''} <div class="rbox-title"> {if $remarksbox_icon ne 'none'} {icon _id=$remarksbox_icon style='vertical-align: middle'} {/if} <span>{$remarksbox_title}</span> </div> {/if} <div class="rbox-data{$remarksbox_highlight}"> {$remarksbox_content} </div> </div>