repo.or.cz
/
elgg_plugins.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Simple status box for the sidebar.
[elgg_plugins.git]
/
advertiser
/
advert-code-loggedin.php
blob
8e2b7c78c873223d9af6cb8f3c46bf0176813d0b
1
<
?php
2
3
// global $run_result;
4
5
if
(
isloggedin
()) {
6
7
$run_result
.= <<<
END
8
<
li
><
h2
>
Advertising
</
h2
>
9
10
INSERT ADVERTISING CODE HERE
!
11
12
</
li
>
13
END
;
14
15
}
16
17
?
>