clean up footer

This commit is contained in:
John Bintz 2009-07-01 08:21:32 -04:00
parent 5ed138c968
commit fe0e2aece3
2 changed files with 2 additions and 2 deletions

View File

@ -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>';

View File

@ -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)