-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtools.php
More file actions
14 lines (14 loc) · 802 Bytes
/
tools.php
File metadata and controls
14 lines (14 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php // licence: gpl-signature.txt
echo '<br>';
require('inc/user_tools.php');
//echo "<a href=".$_SERVER['PHP_SELF']."?s=".$bl."&bk=".$s_bk."&ch=>>&c=".$chap.">>></a><br>";
//echo "<a href=\"\">Home</a> ";
echo'<br><a href="http://scripture.sf.net/chat">Chat</a>
<a href="?mypage=1'.$bl.'&chap='.$chap.'&bk='.$book.'">myPage</a>
<a href="?lookups=1'.$bl.'&chap='.$chap.'&bk='.$book.'">Lookup</a>';
$logindbcheck = mysql_query_s("show tables like 'node_type'");
$logindbcheck = mysql_numrows($logindbcheck);
if(empty($mode_drupall)){echo' <a href="users.php?&chap='.$chap.$bl.'&bk='.$book.'">Login</a>'; }
else{echo' <a href="'.$logiurl.'?q=/user/login">Login</a>'; }
// <- Bookmark list // preg_replace(array('/\s/','/\:/'),array('/\%20/','/\%3A/')
// licence: gpl-signature.txt?>