Implement page status indicators
[lhc/web/wiklou.git] / includes / skins / SkinTemplate.php
index c1db302..1b99bc3 100644 (file)
@@ -438,6 +438,8 @@ class SkinTemplate extends Skin {
                        }
                }
 
+               $tpl->set( 'indicators', $out->getIndicators() );
+
                $tpl->set( 'sitenotice', $this->getSiteNotice() );
                $tpl->set( 'bottomscripts', $this->bottomScripts() );
                $tpl->set( 'printfooter', $this->printSource() );