diff --git a/html/lmbrowse.php b/html/lmbrowse.php
index eaefb51..ea20411 100644
--- a/html/lmbrowse.php
+++ b/html/lmbrowse.php
@@ -1,7 +1,7 @@
// $RCSfile: lmbrowse.php,v $
// $Revision: 1.17 $
-// $Name: lmbrowse-1_7_2-1 $
+// $Name: lmbrowse-1_7_5-1 $
// $Date: 2016/03/21 16:07:30 $
// $Author: agibert $
@@ -41,7 +41,7 @@ $time_start = microtime_float();
include "lmbrowse_config.inc";
$lmb_myname="LMBrowse";
-$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_4-1 $");
+$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_5-1 $");
$lmb_tag_tab=explode( "-", $lmb_tag_tab[1]);
$lmb_myver=strtr( "$lmb_tag_tab[1]-$lmb_tag_tab[2]", "_", ".");
@@ -968,7 +968,7 @@ function lmb_news_tab_get( )
$news_tab[$i]["name"] = "{$play_name}";
$news_tab[$i]["rlink"] = "{$lmb_url_post}?page=play&type={$play_type}&id={$play_id}&priority={$play_priority}";
$news_tab[$i]["alink"] = "http://{$lmb_url_pre}{$news_tab[$i]["rlink"]}";
- $news_tab[$i]["rimg"] = lmb_play_path_get( $play_type, $play_id, $play_priority) . "/covers/{$play_id}-cover-1-icon.png";
+ $news_tab[$i]["rimg"] = "{$lmb_url_post}" . lmb_play_path_get( $play_type, $play_id, $play_priority) . "/covers/{$play_id}-cover-1-icon.png";
$news_tab[$i]["aimg"] = "http://{$lmb_url_pre}{$news_tab[$i]["rimg"]}";
}
else
@@ -1413,20 +1413,17 @@ function lmb_rss_page()
header( 'Content-Type: application/rss+xml');
echo "
-
+
Langueur Monotone News Page
- http://{$lmb_url_pre}/?page=rss
+ http://{$lmb_url_pre}/
Langueur Monotone project news RSS feed
- http://{$lmb_url_pre}/images/lm_logo2-border-220.png
+ http://{$lmb_url_pre}/skin/images/lm-logo2-border-rss.png
Langueur Monotone News Page
- http://{$lmb_url_pre}/?page=rss
+ http://{$lmb_url_pre}/
";
@@ -1458,17 +1455,21 @@ xmlns:dc=\"http://purl.org/dc/elements/1.1/\"
if( "{$news_tab[$i]["name"]}" != "")
{
- echo "
- {$news_tab[$i]["alink"]}
- {$news_tab[$i]["alink"]}
-";
+ echo "
+ {$news_tab[$i]["alink"]}";
+
+ $data = "";
}
else
{
- echo " {$news}
-";
+ $data = "";
}
-
+
+ echo '
+ ';
+ echo "{$data}";
+ echo ']]>
+';
echo "
";
}