Example #1
0
    echo Tpl::formatTextForDisplay($msg['message']);
    ?>
</div>
                </div>
                <div class="message-summary clearfix">
                    <span class="message-from">
                        <span alt="<?php 
    echo Tpl::out($msg['from']);
    ?>
"><?php 
    echo !$isme ? Tpl::out($msg['from']) : 'Me';
    ?>
</span>
                    </span>
                    <span class="message-snippet"><?php 
    echo Tpl::formatTextForDisplay($msg['message']);
    ?>
</span>
                    <span class="message-date"><?php 
    echo Tpl::calendar(Date::getDateTime($msg['timestamp']));
    ?>
</span>
                </div>
                <div class="speech-arrow"></div>
            </div>
            <?php 
}
?>
            <div class="clearfix"></div>
            <div class="message-reply content content-dark clearfix" style="">
                <div class="clearfix">
Example #2
0
                                <td class="from">
                                    <a href="/profile/messages/<?php 
        echo $id;
        ?>
">
                                        <?php 
        echo Tpl::out($thread['othernick']);
        ?>
                                    </a>
                                    <span class="count">(<?php 
        echo $thread['count'];
        ?>
)</span>
                                </td>
                                <td class="message"><span><?php 
        echo Tpl::formatTextForDisplay($thread['message']);
        ?>
</span></td>
                                <td class="timestamp"><?php 
        echo Tpl::calendar(Date::getDateTime($thread['timestamp']));
        ?>
</td>
                            </tr>
                            <?php 
    }
    ?>
                        </tbody>
                    </table>
                    <?php 
} else {
    ?>