]> git.mxchange.org Git - friendica.git/commitdiff
added back for photos page until we can get rid of it cleanly
authorFriendika <info@friendika.com>
Thu, 29 Sep 2011 22:32:16 +0000 (15:32 -0700)
committerFriendika <info@friendika.com>
Thu, 29 Sep 2011 22:32:16 +0000 (15:32 -0700)
boot.php
view/like_noshare.tpl [new file with mode: 0644]

index 07fa64bbc1e5457b9a821c819dbc8ce6dbdd8672..e8f2b6f0c06c340de34010500bbebfb2519e6549 100644 (file)
--- a/boot.php
+++ b/boot.php
@@ -8,7 +8,7 @@ require_once("include/pgettext.php");
 require_once('include/nav.php');
 
 define ( 'FRIENDIKA_PLATFORM',     'Free Friendika');
-define ( 'FRIENDIKA_VERSION',      '2.3.1118' );
+define ( 'FRIENDIKA_VERSION',      '2.3.1119' );
 define ( 'DFRN_PROTOCOL_VERSION',  '2.21'    );
 define ( 'DB_UPDATE_VERSION',      1092      );
 
diff --git a/view/like_noshare.tpl b/view/like_noshare.tpl
new file mode 100644 (file)
index 0000000..2c467c3
--- /dev/null
@@ -0,0 +1,5 @@
+<div class="wall-item-like-buttons" id="wall-item-like-buttons-$id">
+                               <a href="#" class="icon like"title="$likethis" onclick="dolike($id,'like'); return false"></a>
+                               <a href="#" class="icon dislike" title="$nolike" onclick="dolike($id,'dislike'); return false"></a>
+                               <img id="like-rotator-$id" class="like-rotator" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
+                       </div>