repo.or.cz
/
specialops2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Added updated SQL files
[specialops2.git]
/
detail.php
blob
1b9f2b2b8873e2a033b1180189dc6e714e30c31c
1
<
?php
2
// $Id$
3
4
$prefetch
=
array
(
'`points`'
,
'`msglist_layout`'
);
5
require
'con.php'
;
6
7
$page
->
title
=
'Message Detail'
;
8
9
if
( ! (
$user
instanceof
authuser
) )
10
$page
->
errorfooter
(
'login'
);
11
12
$user
->
userheader
();
13
14
echo
'<p>._.</p>'
;
15
16
$page
->
pagefooter
();
17
?
>