clean up footer
This commit is contained in:
parent
5ed138c968
commit
fe0e2aece3
@ -163,7 +163,7 @@ class PluginWonderful {
|
|||||||
|
|
||||||
function show_view($view) {
|
function show_view($view) {
|
||||||
if (is_object($view) && method_exists($view, 'render')) {
|
if (is_object($view) && method_exists($view, 'render')) {
|
||||||
$info = get_plugin_data(realpath(__FILE__));
|
$info = get_plugin_data(dirname(__FILE__) . '/../plugin-wonderful.php');
|
||||||
|
|
||||||
echo '<div class="wrap">';
|
echo '<div class="wrap">';
|
||||||
echo '<div id="icon-edit" class="icon32"><br /></div>';
|
echo '<div id="icon-edit" class="icon32"><br /></div>';
|
||||||
|
@ -5,7 +5,7 @@ Plugin URI: http://www.coswellproductions.com/wordpress/wordpress-plugins/
|
|||||||
Description: Easily embed a Project Wonderful publisher's advertisements.
|
Description: Easily embed a Project Wonderful publisher's advertisements.
|
||||||
Version: 0.5
|
Version: 0.5
|
||||||
Author: John Bintz
|
Author: John Bintz
|
||||||
Author URI: http://www.coswellproductions.org/wordpress/
|
Author URI: http://www.coswellproductions.com/wordpress/
|
||||||
|
|
||||||
Copyright 2009 John Bintz (email : john@coswellproductions.com)
|
Copyright 2009 John Bintz (email : john@coswellproductions.com)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user