From 0cacc891604d6c28f3dde88fdfd9287ca508bf4f Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 29 Oct 2007 09:21:31 +0100 Subject: update translations --- functions.php | 38 +++++++++++++++++++++++--------------- 1 file changed, 23 insertions(+), 15 deletions(-) (limited to 'functions.php') diff --git a/functions.php b/functions.php index 2d5003a78..f9a78b51b 100644 --- a/functions.php +++ b/functions.php @@ -4587,7 +4587,15 @@ } else { $add_class = ""; } - + + $expand_cdm = get_pref($link, 'CDM_EXPANDED'); + + if ($expand_cdm) { + $cdm_cstyle = ""; + } else { + $cdm_cstyle = "style=\"display : none\""; + } + print "
"; @@ -4602,6 +4610,13 @@ print $entry_author; + if (!$expand_cdm) { + print "  + (".__('Show article').")"; + } + + if ($line["feed_title"]) { print " (".$line["feed_title"].")"; } @@ -4613,27 +4628,20 @@ "target=\"_new\" href=", $line["content_preview"]); } - $expand_cdm = get_pref($link, 'CDM_EXPANDED'); + print "
"; - if ($expand_cdm) { - $cdm_cstyle = ""; - } else { - $cdm_cstyle = "style=\"display : none\""; - } - - print "
"; - - print "
"; +// print "
"; print $line["content_preview"]; - print "
"; + print "
"; +// print "
"; - if (!$expand_cdm) { +/* if (!$expand_cdm) { print " Show article"; - } + } */ - print "

"; + print "
"; print "
"; -- cgit v1.2.3-54-g00ecf