Simple status box for the sidebar.
[elgg_plugins.git] / advertiser / advert-code-loggedin.php
blob8e2b7c78c873223d9af6cb8f3c46bf0176813d0b
1 <?php
3 // global $run_result;
5 if (isloggedin()) {
7 $run_result .= <<< END
8 <li><h2>Advertising</h2>
10 INSERT ADVERTISING CODE HERE!
12 </li>
13 END;