starred items items

master
vitalif 2009-11-02 19:04:02 +00:00
parent 65a8435a79
commit 31c0fbcc45
1 changed files with 1 additions and 1 deletions

View File

@ -197,7 +197,7 @@ Share
<option value=no>no</option>
<option value=all <?php if($prefs->get('sharing') == "all") echo "selected";?>>all</option>
<option value=shared <?php if($prefs->get('sharing') == "shared") echo "selected";?>>tagged as "shared"</option>
<option value=star <?php if($prefs->get('sharing') == "star") echo "selected";?>>starred items</option>
<option value=star <?php if($prefs->get('sharing') == "star") echo "selected";?>>starred</option>
</select>
items.
<?php if($prefs->get('sharing') != "no") echo " <small><i>(your shared page is <a href='./shared.php?user=$fof_user_id'>here</a>)</i></small>";?><br><br>