OSDN Git Service

Add files via upload
authorKazuki Suzuki Przyborowski <kazuki.przyborowski@gmail.com>
Thu, 26 Nov 2020 19:52:12 +0000 (13:52 -0600)
committerGitHub <noreply@github.com>
Thu, 26 Nov 2020 19:52:12 +0000 (13:52 -0600)
inc/html5.php
inc/sqlthemes.php
inc/versioninfo.php
setup/html5.php

index 0390db9..bc8790b 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
 
-    $FileInfo: html5.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
+    $FileInfo: html5.php - Last Update: 11/26/2020 SVN 922 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="html5.php"||$File3Name=="/html5.php") {
@@ -212,8 +212,6 @@ ob_start("idb_suboutput_handler"); ?>
 <meta name="GOOGLEBOT" content="Index, FOLLOW" />
 <meta itemprop="type" property="og:type" content="forum" />
 <meta itemprop="card" property="twitter:card" content="forum" />
-<meta itemprop="image" property="og:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
-<meta itemprop="image" property="twitter:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
 <?php if($Settings['showverinfo']=="on") { ?>
 <!-- generator="<?php echo $VerInfo['iDB_Ver_Show']; ?>" -->
 <?php } if($Settings['showverinfo']!="on") { ?>
@@ -271,4 +269,6 @@ ob_start("idb_suboutput_handler");
 if($ThemeSet['FavIcon']!=null) { ?>
 <link rel="icon" href="<?php echo $ThemeSet['FavIcon']; ?>" />
 <link rel="shortcut icon" href="<?php echo $ThemeSet['FavIcon']; ?>" />
+<meta itemprop="image" property="og:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
+<meta itemprop="image" property="twitter:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
 <?php } $iWrappers['FAVICON'] = ob_get_clean(); ?>
\ No newline at end of file
index c1d5720..4f5a761 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
 
-    $FileInfo: sqlthemes.php - Last Update: 08/02/2019 SVN 905 - Author: cooldude2k $
+    $FileInfo: sqlthemes.php - Last Update: 11/26/2020 SVN 922 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="sqlthemes.php"||$File3Name=="/sqlthemes.php") {
@@ -41,6 +41,8 @@ $ThemeSet['CSSType'] = sql_result($themeresult,0,"CSSType");
 if($ThemeSet['CSSType']=="") { $ThemeSet['CSSType'] = null; }
 $ThemeSet['FavIcon'] = sql_result($themeresult,0,"FavIcon");
 if($ThemeSet['FavIcon']=="") { $ThemeSet['FavIcon'] = null; }
+$ThemeSet['OpenGraph'] = sql_result($themeresult,0,"OpenGraph");
+if($ThemeSet['OpenGraph']=="") { $ThemeSet['OpenGraph'] = null; }
 $ThemeSet['TableStyle'] = sql_result($themeresult,0,"TableStyle");
 if($ThemeSet['TableStyle']=="") { $ThemeSet['TableStyle'] = null; }
 $ThemeSet['MiniPageAltStyle'] = sql_result($themeresult,0,"MiniPageAltStyle");
index 4ec57de..fbc68ab 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1\r
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2\r
 \r
-    $FileInfo: versioninfo.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $\r
+    $FileInfo: versioninfo.php - Last Update: 11/26/2020 SVN 922 - Author: cooldude2k $\r
 */\r
 $File3Name = basename($_SERVER['SCRIPT_NAME']);\r
 if ($File3Name=="versioninfo.php"||$File3Name=="/versioninfo.php") {\r
@@ -27,7 +27,7 @@ function version_info($proname,$subver,$ver,$supver,$reltype,$svnver,$showsvn) {
        return $return_var; }\r
 // Version number and date stuff. :P\r
 $VER1[0] = 0; $VER1[1] = 5; $VER1[2] = 3; $VERFull[1] = $VER1[0].".".$VER1[1].".".$VER1[2];\r
-$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 921; $GitRevN = "$Id$";\r
+$VER2[0] = "Alpha"; $VER2[1] = "Al"; $VER2[2] = "SVN"; $SubVerN = 922; $GitRevN = "$Id$";\r
 $SVNDay[0] = 11; $SVNDay[1] = 26; $SVNDay[2] = 2020; $SVNDay[3] = $SVNDay[0]."/".$SVNDay[1]."/".$SVNDay[2];\r
 $AltName = "DF2k"; $AltName2 = "DF2k"; $RName = "iDB"; $SFName = "IntDB";\r
 $RFullName = "Internet Discussion Boards"; $AltFullName = "Discussion Forums 2k"; $AltGM2k = "Game Maker 2k";\r
index 37c3212..9d11c05 100644 (file)
@@ -11,7 +11,7 @@
     Copyright 2004-2019 iDB Support - https://idb.osdn.jp/support/category.php?act=view&id=1
     Copyright 2004-2019 Game Maker 2k - https://idb.osdn.jp/support/category.php?act=view&id=2
 
-    $FileInfo: html5.php - Last Update: 11/26/2020 SVN 921 - Author: cooldude2k $
+    $FileInfo: html5.php - Last Update: 11/26/2020 SVN 922 - Author: cooldude2k $
 */
 $File3Name = basename($_SERVER['SCRIPT_NAME']);
 if ($File3Name=="xhtml10.php"||$File3Name=="/xhtml10.php") {
@@ -209,8 +209,6 @@ if(strpos($_SERVER['HTTP_USER_AGENT'], "msie") &&
 <meta name="GOOGLEBOT" content="Index, FOLLOW" />
 <meta itemprop="type" property="og:type" content="forum" />
 <meta itemprop="card" property="twitter:card" content="forum" />
-<meta itemprop="image" property="og:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
-<meta itemprop="image" property="twitter:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
 <?php if($Settings['showverinfo']=="on") { ?>
 <!-- generator="<?php echo $VerInfo['iDB_Ver_Show']; ?>" -->
 <?php } if($Settings['showverinfo']!="on") { ?>
@@ -262,4 +260,6 @@ font-size: 9px;
 if($ThemeSet['FavIcon']!=null) { ?>
 <link rel="icon" href="<?php echo $ThemeSet['FavIcon']; ?>" />
 <link rel="shortcut icon" href="<?php echo $ThemeSet['FavIcon']; ?>" />
+<meta itemprop="image" property="og:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
+<meta itemprop="image" property="twitter:image" content="<?php echo $ThemeSet['OpenGraph']; ?>" />
 <?php } ?>
\ No newline at end of file