diff --git a/skins/UabVector.php b/skins/UabVector.php index 09d85f333f76369c30a74217d9434b1378e3fd5f..921ea91edfc2098f6699b16fe0a2291e69ec0795 100644 --- a/skins/UabVector.php +++ b/skins/UabVector.php @@ -582,6 +582,7 @@ class UabVectorTemplate extends QuickTemplate { <ul id="footer-icons" class="noprint"> <?php if ( $this->data['poweredbyico'] ): ?> <li id="footer-icon-poweredby"><?php $this->html( 'poweredbyico' ) ?></li> + <li id="footer-icon-poweredby"><a href="http://dev.uabgrid.uab.edu"><img width="88" height="31" alt="Powered by UABgrid" src="/mediawiki/skins/uabvector/powered-by-uabgrid.png"></a></li> <?php endif; ?> <?php if ( $this->data['copyrightico'] ): ?> <li id="footer-icon-copyright"><?php $this->html( 'copyrightico' ) ?></li> diff --git a/skins/uabvector/docs-logo.png b/skins/uabvector/docs-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..dddcf1b59fceee743d4499321fad56b0beb7d96a Binary files /dev/null and b/skins/uabvector/docs-logo.png differ diff --git a/skins/uabvector/powered-by-uabgrid.png b/skins/uabvector/powered-by-uabgrid.png new file mode 100644 index 0000000000000000000000000000000000000000..4c41f6b0755e2fd3284b3de41a718e0180a02c38 Binary files /dev/null and b/skins/uabvector/powered-by-uabgrid.png differ