Przeglądaj źródła

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

pull/16/head
mauirixxx 7 lat temu
rodzic
commit
ca7209adcb
5 zmienionych plików z 31 dodań i 0 usunięć
  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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 Wyświetl plik

@@ -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');
?>

Ładowanie…
Anuluj
Zapisz