Compare commits
2 Commits
lmbrowse-1
...
lmbrowse-1
| Author | SHA1 | Date | |
|---|---|---|---|
| 6c119a448f | |||
| 6516ba3a7a |
@@ -7,7 +7,7 @@
|
||||
|
||||
/*
|
||||
* LMBrowse - Langueur Monotone Browser
|
||||
* Copyright (C) 2012-2020 Arnaud G. GIBERT
|
||||
* Copyright (C) 2012-2022 Arnaud G. GIBERT
|
||||
* mailto:arnaud@rx3.net
|
||||
* http://www.rx3.org/dvp/lmbrowse
|
||||
*
|
||||
@@ -41,7 +41,7 @@ $time_start = microtime_float();
|
||||
include "lmbrowse_config.inc";
|
||||
|
||||
$lmb_myname="LMBrowse";
|
||||
$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_2-1 $");
|
||||
$lmb_tag_tab=explode( " ", "\$Name: lmbrowse-1_7_4-1 $");
|
||||
$lmb_tag_tab=explode( "-", $lmb_tag_tab[1]);
|
||||
$lmb_myver=strtr( "$lmb_tag_tab[1]-$lmb_tag_tab[2]", "_", ".");
|
||||
|
||||
@@ -668,15 +668,11 @@ function lmb_header( $page_id, $page_name, $page_title, $description, $keywords,
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"{$skin_path}/default.css\"/>
|
||||
<link rel=\"stylesheet\" type=\"text/css\" href=\"/jplayer/skin/pink.flag/css/jplayer.pink.flag.css\"/>
|
||||
<title>$page_name</title>
|
||||
</head>
|
||||
";
|
||||
|
||||
echo " <body style=\"background-image:url(''); background-repeat:repeat;\">
|
||||
";
|
||||
|
||||
|
||||
if( $lmb_ga_enable == true)
|
||||
{
|
||||
/*
|
||||
echo "<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
@@ -687,9 +683,28 @@ function lmb_header( $page_id, $page_name, $page_title, $description, $keywords,
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
";
|
||||
*/
|
||||
|
||||
echo " <!-- Global site tag (gtag.js) - Google Analytics -->
|
||||
<script async src=\"https://www.googletagmanager.com/gtag/js?id=UA-37642754-1\"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
gtag('js', new Date());
|
||||
|
||||
gtag('config', 'UA-37642754-1');
|
||||
</script>
|
||||
";
|
||||
}
|
||||
|
||||
echo " </head>
|
||||
";
|
||||
|
||||
echo " <body style=\"background-image:url(''); background-repeat:repeat;\">
|
||||
";
|
||||
|
||||
|
||||
echo " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"{$mw_tag}\">
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -1098,6 +1113,7 @@ function lmb_twitter_tab( $skin_path)
|
||||
ob_start();
|
||||
|
||||
|
||||
|
||||
echo " <tr class=\"twitter1\">
|
||||
<td class=\"twitter01\"></td>
|
||||
<td class=\"twitter0\"></td>
|
||||
@@ -1106,8 +1122,10 @@ function lmb_twitter_tab( $skin_path)
|
||||
<tr class=\"twitter1\">
|
||||
<td class=\"twitter01\"> </td>
|
||||
<td class=\"twitter0\">
|
||||
<div class=\"button-item\" style=\"display: inline-block; border-radius: 5px;\"><a class=\"twitter-timeline\" href=\"https://twitter.com/langueurmon\" data-widget-id=\"544258336741670912\">Tweets by @langueurmon</a></div>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>
|
||||
|
||||
<a class=\"twitter-timeline\" data-width=\"640\" data-height=\"900\" data-theme=\"dark\" href=\"https://twitter.com/langueurmon?ref_src=twsrc%5Etfw\">Tweets by langueurmon</a>
|
||||
<script async src=\"https://platform.twitter.com/widgets.js\" charset=\"utf-8\"></script>
|
||||
|
||||
</td>
|
||||
<td class=\"twitter01\"> </td>
|
||||
</tr>
|
||||
@@ -1119,6 +1137,10 @@ function lmb_twitter_tab( $skin_path)
|
||||
";
|
||||
|
||||
/*
|
||||
|
||||
<div class=\"button-item\" style=\"display: inline-block; border-radius: 5px;\"><a class=\"twitter-timeline\" href=\"https://twitter.com/langueurmon\" data-widget-id=\"544258336741670912\">Tweets by @langueurmon</a></div>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+\"://platform.twitter.com/widgets.js\";fjs.parentNode.insertBefore(js,fjs);}}(document,\"script\",\"twitter-wjs\");</script>
|
||||
|
||||
echo " <tr class=\"twitter1\">
|
||||
<td class=\"twitter01\"></td>
|
||||
<td class=\"twitter1\">AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA</td>
|
||||
|
||||
Reference in New Issue
Block a user