diff options
Diffstat (limited to 'mod/viewsrc.php')
-rw-r--r-- | mod/viewsrc.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mod/viewsrc.php b/mod/viewsrc.php index ac7000689..931175a44 100644 --- a/mod/viewsrc.php +++ b/mod/viewsrc.php @@ -36,6 +36,7 @@ function viewsrc_content(&$a) { } if(is_ajax()) { + print '<div><i class="icon-pencil"> ' . t('Source of Item') . ' ' . $r[0]['id'] . '</i></div>'; echo $o; killme(); } |