diff options
Diffstat (limited to 'themes/baggy')
-rwxr-xr-x | themes/baggy/_head.twig | 5 | ||||
-rwxr-xr-x | themes/baggy/config.twig | 2 |
2 files changed, 4 insertions, 3 deletions
diff --git a/themes/baggy/_head.twig b/themes/baggy/_head.twig index 1546a7b9..9ca51cd2 100755 --- a/themes/baggy/_head.twig +++ b/themes/baggy/_head.twig | |||
@@ -39,6 +39,7 @@ | |||
39 | <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script> | 39 | <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script> |
40 | <script src="{{ poche_url }}themes/_global/js/keyboard.js"></script> | 40 | <script src="{{ poche_url }}themes/_global/js/keyboard.js"></script> |
41 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> | 41 | <script src="{{ poche_url }}themes/{{theme}}/js/closeMessage.js"></script> |
42 | |||
42 | <!-- Enable Firefox Social Services | 43 | <!-- Enable Firefox Social Services |
43 | script put there because of the call to poche_url --> | 44 | script put there because of the call to poche_url --> |
44 | 45 | ||
@@ -56,9 +57,9 @@ | |||
56 | 57 | ||
57 | "description": "wallabag Extension for Firefox - The (soon to become) best way to save articles, videos and more", | 58 | "description": "wallabag Extension for Firefox - The (soon to become) best way to save articles, videos and more", |
58 | "author": "Thomas Citharel", | 59 | "author": "Thomas Citharel", |
59 | "homepageURL": "https://wallabag.org", | 60 | "homepageURL": "http://doc.wallabag.org/en/User/save_your_first_article.html#firefox-social-api-service", |
60 | "origin": "https://wallabag.org", | 61 | "origin": "https://wallabag.org", |
61 | "postActivationURL": "https://wallabag.org", | 62 | "postActivationURL": "http://doc.wallabag.org/en/User/save_your_first_article.html#firefox-social-api-service", |
62 | 63 | ||
63 | "version": "0.1" | 64 | "version": "0.1" |
64 | }; | 65 | }; |
diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig index 8562f133..2e40178e 100755 --- a/themes/baggy/config.twig +++ b/themes/baggy/config.twig | |||
@@ -17,7 +17,7 @@ | |||
17 | <h3>{% trans "Browser Addons" %}</h3> | 17 | <h3>{% trans "Browser Addons" %}</h3> |
18 | <ul> | 18 | <ul> |
19 | <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans "Standard Firefox Add-On" %}</a></li> | 19 | <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans "Standard Firefox Add-On" %}</a></li> |
20 | <li><button onclick="activateSocialFeature(this)">Mozilla Services Social API Extension</button> | 20 | <li><button onclick="activateSocialFeature(this)">{% trans "Mozilla Services (Social API) Extension" %}</button></li> |
21 | <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans "Chrome Extension" %}</a></li> | 21 | <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans "Chrome Extension" %}</a></li> |
22 | </ul> | 22 | </ul> |
23 | <h3>{% trans "Mobile Apps" %}</h3> | 23 | <h3>{% trans "Mobile Apps" %}</h3> |