Simple status box for the sidebar.
[elgg_plugins.git] / advertiser / advert-code-search.php
blob854c399e70ca813a011e5e552814d0d98afad99b
1 <?php
3 if ($parameter[0] == "adsense") {
5 $run_result .= "<h2>" . __gettext("Advertising") . "</h2>";
6 $run_result .= <<< END
9 INSERT ADVERTISING CODE HERE!
12 END;