Show
Ignore:
Timestamp:
06/28/05 23:13:48 (3 years ago)
Author:
mdodoo
Message:

Accesskey "s" is already taken by Search; changed to "t"

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/rss/plugins/stickybutton.php

    r580 r581  
    3333/// Author: Martey Dodoo 
    3434/// Description: Adds an "Sticky" button to the navigation links. 
    35 /// Version: 1.0 
     35/// Version: 1.1 
    3636 
    3737function __stickybutton_add(){ 
    38     echo '<li><a accesskey="s" href="' . getPath() . 'sticky/">Sticky</a></li>'; 
     38    echo '<li><a accesskey="t" href="' . getPath() . 'sticky/">Sticky</a></li>'; 
    3939} 
    4040