aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2011-11-22 16:00:05 -0800
committerfriendica <info@friendica.com>2011-11-22 16:00:05 -0800
commit53590d216691a572ede5e30dbc631a6cd0669c41 (patch)
tree420bd55497f265b5f43931d262f598d81fbb3d6a /boot.php
parentc568493f572bdc88cae288d5c43e9fb55361ce07 (diff)
downloadvolse-hubzilla-53590d216691a572ede5e30dbc631a6cd0669c41.tar.gz
volse-hubzilla-53590d216691a572ede5e30dbc631a6cd0669c41.tar.bz2
volse-hubzilla-53590d216691a572ede5e30dbc631a6cd0669c41.zip
rework show/hide comments
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index 6050e6b05..4ccdff7ac 100644
--- a/boot.php
+++ b/boot.php
@@ -9,7 +9,7 @@ require_once('include/nav.php');
require_once('include/cache.php');
define ( 'FRIENDIKA_PLATFORM', 'Friendica');
-define ( 'FRIENDIKA_VERSION', '2.3.1172' );
+define ( 'FRIENDIKA_VERSION', '2.3.1173' );
define ( 'DFRN_PROTOCOL_VERSION', '2.22' );
define ( 'DB_UPDATE_VERSION', 1105 );
@@ -417,7 +417,9 @@ class App {
'$baseurl' => $this->get_baseurl(), // FIXME for z_path!!!!
'$generator' => 'Friendika' . ' ' . FRIENDIKA_VERSION,
'$delitem' => t('Delete this item?'),
- '$comment' => t('Comment')
+ '$comment' => t('Comment'),
+ '$showmore' => t('show more'),
+ '$showfewer' => t('show fewer')
));
}