Changeset 2072 in ExiteCMS for trunk/includes/templates/main.pm.tpl


Ignore:
Timestamp:
11/26/08 22:19:58 (3 years ago)
Author:
root
Message:

implemented a new file upload module for the wiki, with upload notification via PM for additional security

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/templates/main.pm.tpl

    r1935 r2072  
    175175        {if $folder != $locale.403} 
    176176        <td class='tbl1' style='white-space:nowrap'> 
    177             {$messages[id].sender.cc_flag} 
    178             <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].sender.user_id}'>{$messages[id].sender.user_name}</a> 
     177            {if $messages[id].sender.user_id} 
     178                {$messages[id].sender.cc_flag} 
     179                <a href='{$smarty.const.BASEDIR}profile.php?lookup={$messages[id].sender.user_id}'>{$messages[id].sender.user_name}</a> 
     180            {else} 
     181                {$messages[id].sender.user_name} 
     182            {/if} 
    179183        </td> 
    180184        {/if} 
Note: See TracChangeset for help on using the changeset viewer.