Skip to content

Commit

Permalink
Branding FTW
Browse files Browse the repository at this point in the history
  • Loading branch information
francois committed May 12, 2010
1 parent 12736eb commit 50ae752
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions adgear-ad-manager/admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -246,14 +246,15 @@ function adgear_meta_box_form() {
}

function adgear_admin_head () {
$plugin_url = WP_PLUGIN_URL.'/'.str_replace(basename( __FILE__),"",plugin_basename(__FILE__));
$plugin_url = WP_PLUGIN_URL.'/'.str_replace( basename( __FILE__ ), "", plugin_basename( __FILE__ ) );
wp_enqueue_script('adgearAdmin', $plugin_url.'adgear-meta.js', array('jquery'), '1.0.0');
}

function adgear_settings_page() {
$plugin_url = WP_PLUGIN_URL.'/'.str_replace( basename( __FILE__ ), "", plugin_basename( __FILE__ ) );
?>
<div class="wrap">
<h2><img src="http://www.adgear.com/images/logo.png"/> Settings</h2>
<h2>AdGear <img height="40" alt="" src="<?php echo $plugin_url.'/../adgear-logo.png'; ?>"/> Settings</h2>
<?php
if ( function_exists( 'curl_init' ) ) {
?>
Expand Down
Binary file added adgear-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 50ae752

Please sign in to comment.