git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@39
b3834d28-1941-0410-a4f8-
b48e95affb8f
<?php
}
?>
+<dt><?php echo T_('Bookmarks'); ?></dt>
+ <dd><a href="<?php echo createURL('bookmarks', $user) ?>"><?php echo T_('Go to bookmarks')?> >></a></dd>
</dl>
<?php
$this->includeTemplate($GLOBALS['bottom_include']);
-?>
\ No newline at end of file
+?>
echo '<a href="'.createURL('profile', $row['username']).'">';
echo $row['username'];
echo '</a>';
+ echo ' (<a href="'.createURL('bookmarks', $user).'">'.T_('bookmarks').'</a>)';
echo '</td></tr>';
}
echo '<tr><td><a href="'.createURL('users').'">...</a></td></tr>';