Changeset 713840
- Timestamp:
- 05/16/2013 10:48:32 AM (13 years ago)
- Location:
- cross-network-posts/trunk
- Files:
-
- 1 added
- 1 edited
-
cnp-icon.png (added)
-
cnp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
cross-network-posts/trunk/cnp.php
r713308 r713840 309 309 310 310 //path to my icon 311 //$img = plugins_url( 'penguin.png' , __FILE__ );311 $img = plugins_url( 'cnp-icon.png' , __FILE__ ); 312 312 313 313 //the id of the container I want to show in the popup … … 319 319 //create hyperlink 320 320 $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}' /> 322 322 CNP</a>"; 323 323
Note: See TracChangeset
for help on using the changeset viewer.