filedepot_notifications_history.tpl.php in filedepot 7
1 theme call to filedepot_notifications_history.tpl.php
File
theme/filedepot_notifications_history.tpl.phpView source
<?php
/**
* @file
* notifications_history_record.tpl.php
*/
?>
<tr class="pluginRow{cssid}">
<td><?php
print $notification_date;
?></td>
<td><?php
print $notification_type;
?></td>
<td><?php
print $submitter_name;
?></td>
<td><?php
print $file_name;
?></td>
<td><a href="<?php
print $site_url;
?>?q=filedepot&cid=<?php
print $cid;
?>"><?php
print $folder_name;
?></a></td>
</tr>