Ver código fonte

added place holder pages to kill off the 404s courtesy of the main page

pull/16/head
mauirixxx 7 anos atrás
pai
commit
ca7209adcb
5 arquivos alterados com 31 adições e 0 exclusões
  1. +6
    -0
      addaccounts.php
  2. +6
    -0
      changeaccounts.php
  3. +7
    -0
      listchars.php
  4. +6
    -0
      updateaccountstats.php
  5. +6
    -0
      updatecharstats.php

+ 6
- 0
addaccounts.php Ver arquivo

@@ -0,0 +1,6 @@
<?php
$pagetitle = "Add a Guild Wars account to track";
include_once ('header.php');
echo 'Return to your <a href="index.php" class="navlink">user</a> page';
include_once ('footer.php');
?>

+ 6
- 0
changeaccounts.php Ver arquivo

@@ -0,0 +1,6 @@
<?php
$pagetitle = "Select Guild Wars account to manage";
include_once ('header.php');
echo 'Return to your <a href="index.php" class="navlink">user</a> page';
include_once ('footer.php');
?>

+ 7
- 0
listchars.php Ver arquivo

@@ -0,0 +1,7 @@
<?php
$pagetitle = "Characters list";
include_once ('header.php');
echo 'this page may end up being an include and act as a drop down list of characters to view their stats<br /><br />';
echo 'Return to your <a href="index.php" class="navlink">user</a> page';
include_once ('footer.php');
?>

+ 6
- 0
updateaccountstats.php Ver arquivo

@@ -0,0 +1,6 @@
<?php
$pagetitle = "Update account wide stats";
include_once ('header.php');
echo 'Return to your <a href="index.php" class="navlink">user</a> page';
include_once ('footer.php');
?>

+ 6
- 0
updatecharstats.php Ver arquivo

@@ -0,0 +1,6 @@
<?php
$pagetitle = "Update character stats";
include_once ('header.php');
echo 'Return to your <a href="index.php" class="navlink">user</a> page';
include_once ('footer.php');
?>

Carregando…
Cancelar
Salvar