Plugin Directory

Changeset 713840


Ignore:
Timestamp:
05/16/2013 10:48:32 AM (13 years ago)
Author:
DanielTulp
Message:

img in button

Location:
cross-network-posts/trunk
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • cross-network-posts/trunk/cnp.php

    r713308 r713840  
    309309 
    310310  //path to my icon
    311   //$img = plugins_url( 'penguin.png' , __FILE__ );
     311  $img = plugins_url( 'cnp-icon.png' , __FILE__ );
    312312 
    313313  //the id of the container I want to show in the popup
     
    319319  //create hyperlink
    320320  $context .= "<a class='button thickbox' title='{$title}'
    321     href='#TB_inline?width=100%&inlineId={$container_id}'>
     321    href='#TB_inline?width=100%&inlineId={$container_id}'><img src='{$img}' />
    322322    CNP</a>";
    323323 
Note: See TracChangeset for help on using the changeset viewer.