diff options
author | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 13:30:08 +0000 |
---|---|---|
committer | mensonge <mensonge@b3834d28-1941-0410-a4f8-b48e95affb8f> | 2009-05-05 13:30:08 +0000 |
commit | f6839afb5f224cfafcddbc355aad930eba163569 (patch) | |
tree | 0a4f69e5992a8467b6fe31f6de67a2d1774fba7e /templates | |
parent | c3d67c16be0ff84d5502827e4095c213e655515a (diff) | |
download | semanticscuttle-f6839afb5f224cfafcddbc355aad930eba163569.tar.gz semanticscuttle-f6839afb5f224cfafcddbc355aad930eba163569.tar.bz2 |
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@317 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'templates')
-rw-r--r-- | templates/editprofile.tpl.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/editprofile.tpl.php b/templates/editprofile.tpl.php index d5f2000..48d7308 100644 --- a/templates/editprofile.tpl.php +++ b/templates/editprofile.tpl.php @@ -59,6 +59,7 @@ $this->includeTemplate($GLOBALS['top_include']); <td> <a href="../api/export_html.php"><?php echo T_('HTML file (for browsers)')?></a> / <a href="../api/posts/all"><?php echo T_('XML file (like del.icio.us)')?></a> + <a href="../api/posts/all"><?php echo T_('CSV file (for spreadsheet tools)')?></a> </td> </tr> <tr><th> </th><td> </td></tr> |