File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11{
22 "bnetdocs" : {
3- "battleforthenet" : " " ,
43 "btc_donate_address" : " " ,
4+ "campaigns" : {
5+ "battleforthenet" : " "
6+ },
57 "maintenance" : [
68 false ,
79 " BNETDocs has to take a brief moment to do some system maintenance. We'll be back shortly."
Original file line number Diff line number Diff line change @@ -40,8 +40,8 @@ if ( isset( Authentication::$user )) {
4040 <link rel="stylesheet" type="text/css" href="<?php echo Common::relativeUrlToAbsolute ("/a/font/SourceSansPro-Regular-201508251844.css " ); ?> "/>
4141 <link rel="stylesheet" type="text/css" href="<?php echo Common::relativeUrlToAbsolute ("/a/font/SourceCodePro-Regular-201508251844.css " ); ?> "/>
4242 <script type="text/javascript" src="<?php echo Common::relativeUrlToAbsolute ("/a/BNETDocs.js " ); ?> " async><![CDATA[]]></script>
43- <?php if (Common::$ config ->bnetdocs ->battleforthenet ) { ?>
44- <script type="text/javascript" src="<?php echo Common::relativeUrlToAbsolute (Common::$ config ->bnetdocs ->battleforthenet ); ?> " async><![CDATA[]]></script>
43+ <?php if (Common::$ config ->bnetdocs ->campaigns -> battleforthenet ) { ?>
44+ <script type="text/javascript" src="<?php echo Common::relativeUrlToAbsolute (Common::$ config ->bnetdocs ->campaigns -> battleforthenet ); ?> " async><![CDATA[]]></script>
4545<?php } ?>
4646 <link rel="alternate" href="<?php echo Common::relativeUrlToAbsolute ("/news.rss " ); ?> " type="application/rss+xml" title="BNETDocs News"/>
4747 <link rel="license" href="<?php echo Common::relativeUrlToAbsolute ("/legal " ); ?> "/>
You can’t perform that action at this time.
0 commit comments