diff options
author | Patrick Davison <snapwilliam@gmail.com> | 2012-04-25 22:46:15 -0700 |
---|---|---|
committer | Patrick Davison <snapwilliam@gmail.com> | 2012-04-25 22:46:15 -0700 |
commit | 849f03e8a6887b3a767a6a6effe225d5e4c8c6f0 (patch) | |
tree | 1314509375bf80c8f9a21f683e127ef285ad0ec9 /pages/faq.php | |
parent | d8bde1f64b04100fa62be30b8e873a61de103221 (diff) | |
download | pathery-849f03e8a6887b3a767a6a6effe225d5e4c8c6f0.tar.xz |
FAQ header
Diffstat (limited to 'pages/faq.php')
-rw-r--r-- | pages/faq.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/faq.php b/pages/faq.php index 429f48b..2b42e23 100644 --- a/pages/faq.php +++ b/pages/faq.php @@ -1,5 +1,5 @@ <?php
-htmlHeader(array());
+htmlHeader(array(), 'FAQ', 'How does the pathing work?');
?>
<body>
|