[Plugin: Dynamic Headers] Code Enhancement
-
Changing line 222 to the following will show default banner instead of big red X area in admin center…
if ($media_file != "") { echo '<img src="'.$dhnd_image_url_base.$media_file.'" style="width:30%;margin-top:10px;" />'; } else { echo '<img src="'.$dhnd_image_url_base.get_option('dhnd_default').'" style="width:30%;margin-top:10px;" />'; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘[Plugin: Dynamic Headers] Code Enhancement’ is closed to new replies.