Skip to content

Commit

Permalink
Update to take account the new directory scheme.
Browse files Browse the repository at this point in the history
External plugins (not provided by tt-rss installation) have to be in plugins.local/ directory, because this one is ignored by git pull / push.
  • Loading branch information
GregThib committed Jul 23, 2015
1 parent 5ed988b commit 3201b88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shaarli/init.php
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function hook_prefs_tab($args) {
}

function hook_article_button($line) {
return "<img src=\"plugins/shaarli/shaarli.png\"
return "<img src=\"plugins.local/shaarli/shaarli.png\"
style=\"cursor : pointer\" style=\"cursor : pointer\"
onclick=\"shaarli(".$line["id"].")\"
class='tagsPic' title='".__('Bookmark on Shaarli')."'>";
Expand Down

0 comments on commit 3201b88

Please sign in to comment.