aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/baggy
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-05-12 16:05:57 +0200
committerThomas Citharel <tcit@tcit.fr>2015-05-12 16:05:57 +0200
commit727c35d8096c7690f66f2a815af3e8cabae00399 (patch)
tree6fdcb89d386445595ac2a6f4e21d77f9558231b2 /themes/baggy
parent090957fe3e12ffe23d2f847f6007c72eb9ca072d (diff)
downloadwallabag-727c35d8096c7690f66f2a815af3e8cabae00399.tar.gz
wallabag-727c35d8096c7690f66f2a815af3e8cabae00399.tar.zst
wallabag-727c35d8096c7690f66f2a815af3e8cabae00399.zip
bring to all themes social services and link them to new doc
Diffstat (limited to 'themes/baggy')
-rwxr-xr-xthemes/baggy/_head.twig5
-rwxr-xr-xthemes/baggy/config.twig2
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>