diff --git a/html/lmbrowse.php b/html/lmbrowse.php index 12d0973..12b946f 100644 --- a/html/lmbrowse.php +++ b/html/lmbrowse.php @@ -1,8 +1,8 @@ + + + + + +   + + Tweets by @langueurmon + + +   + + + + + + +"; + +/* + echo " + + AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + + +"; + */ + + $data = ob_get_contents(); + ob_end_clean(); + + lmb_make_tab( "twitter", "twitter", "l", "/images/lm-logo5-n-220.png", $data); } @@ -1133,6 +1182,10 @@ function lmb_main_body() lmb_spacer(4); lmb_news_tab(); + + lmb_spacer(4); + + lmb_twitter_tab(); } @@ -1515,7 +1568,7 @@ function lmb_history_tab() $data = ob_get_contents(); ob_end_clean(); - lmb_make_tab( "history", "history", "r", "/images/lm-logo6-n-220.png", $data); + lmb_make_tab( "history", "history", "r", "/images/lm-logo5-n-220.png", $data); }