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-search.php
blob
854c399e70ca813a011e5e552814d0d98afad99b
1
<
?php
2
3
if
(
$parameter
[
0
] ==
"adsense"
) {
4
5
$run_result
.=
"<h2>"
.
__gettext
(
"Advertising"
) .
"</h2>"
;
6
$run_result
.= <<<
END
7
8
9
INSERT ADVERTISING CODE HERE
!
10
11
12
END
;
13
14
}
15
?
>