summaryrefslogtreecommitdiff
path: root/extensions/tmwa
diff options
context:
space:
mode:
authorwushin <pasekei@gmail.com>2014-11-25 00:56:59 -0600
committerwushin <pasekei@gmail.com>2014-11-25 00:56:59 -0600
commit4b323c0236ba6c10b125e53725e4ca349708d0aa (patch)
treec878e1f8fae2f2875cfef34e84421debdaf404a6 /extensions/tmwa
parentee2ce354094ddf70800af0e4b6b74342c6aa0bd4 (diff)
downloadwebsite-4b323c0236ba6c10b125e53725e4ca349708d0aa.tar.gz
website-4b323c0236ba6c10b125e53725e4ca349708d0aa.tar.bz2
website-4b323c0236ba6c10b125e53725e4ca349708d0aa.tar.xz
website-4b323c0236ba6c10b125e53725e4ca349708d0aa.zip
Add meta tags for description and news
Diffstat (limited to 'extensions/tmwa')
-rw-r--r--extensions/tmwa/frontend/news.php2
-rw-r--r--extensions/tmwa/frontend/registration.php2
2 files changed, 4 insertions, 0 deletions
diff --git a/extensions/tmwa/frontend/news.php b/extensions/tmwa/frontend/news.php
index a214ea2..05faada 100644
--- a/extensions/tmwa/frontend/news.php
+++ b/extensions/tmwa/frontend/news.php
@@ -9,6 +9,8 @@ class GameNewsPage extends SpecialPage {
$request = $this->getRequest();
$output = $this->getOutput();
$this->setHeaders();
+ $output->addMeta('description', 'Game News for The Mana World');
+ $output->addMeta('keywords', 'news, game news, whats new, current release, new changes');
$wikitext = self::printNews();
diff --git a/extensions/tmwa/frontend/registration.php b/extensions/tmwa/frontend/registration.php
index d66b701..967a1e3 100644
--- a/extensions/tmwa/frontend/registration.php
+++ b/extensions/tmwa/frontend/registration.php
@@ -10,6 +10,8 @@ class GameAccountPage extends SpecialPage {
$request = $this->getRequest();
$output = $this->getOutput();
$this->setHeaders();
+ $output->addMeta('description', 'Create a Game Account for The Mana World');
+ $output->addMeta('keywords', 'Create Account, free game account, online free game account, mmorpg account, account, sign up');
global $wgTMWAccountLib;
$check_ladmin = new $wgTMWAccountLib();
if($check_ladmin->socket) {