Error on admin page
cookiesunshinex - June 2, 2009 - 12:37
| Project: | Openads |
| Version: | 6.x-1.0 |
| Component: | Documentation |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
On the admin page, in the zones section, it explains how to embed the code into themes.
It says use
<?php
print openads_invoke(0);> however, it should save <?php print openads_invoke(0);
?><?php
print openads_invoke("my zone name");> should also be <?php print openads_invoke("my zone name");
?>
#1
#2
Automatically closed -- issue fixed for 2 weeks with no activity.