SHOW:
|
|
- or go back to the newest paste.
1 | Index: | |
2 | <?php ini_set('display_errors', true); error_reporting(E_ALL); | |
3 | $ptitle = "Trulyscience.com - For all your science questions!"; | |
4 | $pkeywords = "Science, technology, physics, technology and science"; | |
5 | $pdescription = "The top scientific question site!"; | |
6 | ||
7 | include'includes/index_t.php'; | |
8 | include'includes/navbar.php'; | |
9 | ||
10 | Other page: | |
11 | <? | |
12 | $ptitle = "Trulyscience.com - For all your science questions!"; | |
13 | $pkeywords = "Science, technology, physics, technology and science"; | |
14 | $pdescription = "The top scientific question site!"; | |
15 | ||
16 | include'includes/index_t.php'; | |
17 | include'includes/navbar.php'; |