<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.pathfindersonline.org/index.php?action=history&amp;feed=atom&amp;title=User%3AJomegat%2FAdmin</id>
	<title>User:Jomegat/Admin - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.pathfindersonline.org/index.php?action=history&amp;feed=atom&amp;title=User%3AJomegat%2FAdmin"/>
	<link rel="alternate" type="text/html" href="https://wiki.pathfindersonline.org/index.php?title=User:Jomegat/Admin&amp;action=history"/>
	<updated>2026-04-09T15:42:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.5</generator>
	<entry>
		<id>https://wiki.pathfindersonline.org/index.php?title=User:Jomegat/Admin&amp;diff=57265&amp;oldid=prev</id>
		<title>Jomegat: Footer notes</title>
		<link rel="alternate" type="text/html" href="https://wiki.pathfindersonline.org/index.php?title=User:Jomegat/Admin&amp;diff=57265&amp;oldid=prev"/>
		<updated>2013-03-13T04:39:29Z</updated>

		<summary type="html">&lt;p&gt;Footer notes&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Footer==&lt;br /&gt;
Today Mark asked me to add a footer to the wiki to indicate that the site was owned and operated by the NAD Youth Ministries Department.  It took me a long time to figure out how to wedge that in.  If we were running 1.19, it would have been as simple as creating the [[MediaWiki:Custom-footer]] page in standard wiki syntax.  Instead, I added the following to LocalSettings.php:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$wgHooks['SkinTemplateOutputPageBeforeExec'][] = 'NADFooter';&lt;br /&gt;
function NADFooter($sk, &amp;amp;$tpl)&lt;br /&gt;
{&lt;br /&gt;
  $tpl-&amp;gt;set('nadsite',&lt;br /&gt;
            'This is an official site of the North American Division&lt;br /&gt;
             Youth &amp;amp; Young Adult Ministries&lt;br /&gt;
             of the Seventh-day Adventist Church&amp;lt;br&amp;gt;&lt;br /&gt;
             12501 Old Columbia Pike&amp;lt;br&amp;gt;&lt;br /&gt;
             Silver Spring, MD 20904');&lt;br /&gt;
  $tpl-&amp;gt;data['footerlinks']['places'][] = 'nadsite';&lt;br /&gt;
  return true;&lt;br /&gt;
&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
$wgFooterIcons['poweredby']['NADSite'] = array(&lt;br /&gt;
  &amp;quot;src&amp;quot; =&amp;gt; &amp;quot;http://www.investitureachievement.org/wiki/images/2/25/Adventist_log&lt;br /&gt;
  &amp;quot;url&amp;quot; =&amp;gt; &amp;quot;http://pathfindersonline.org&amp;quot;,&lt;br /&gt;
  &amp;quot;alt&amp;quot; =&amp;gt; &amp;quot;PathfindersOnline&amp;quot;,&lt;br /&gt;
  &amp;quot;height&amp;quot; =&amp;gt; &amp;quot;30&amp;quot;,&lt;br /&gt;
  &amp;quot;width&amp;quot; =&amp;gt; &amp;quot;100&amp;quot;&lt;br /&gt;
);&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We really ought to institute a regimen of regular site upgrades - probably every July when Pathfinders is less active than usual.  I don't want the Wiki to be running on eight year-old software in seven years.  --[[User:Jomegat|Jomegat]] 00:39, 13 March 2013 (EDT)&lt;/div&gt;</summary>
		<author><name>Jomegat</name></author>
	</entry>
</feed>