Kaynağa Gözat

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

pull/16/head
mauirixxx 7 yıl önce
ebeveyn
işleme
ca7209adcb
5 değiştirilmiş dosya ile 31 ekleme ve 0 silme
  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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

@@ -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 Dosyayı Görüntüle

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

Yükleniyor…
İptal
Kaydet