/b2evolution/firebug/_socialbar.inc.php

http://laibcomsthemes.googlecode.com/ · PHP · 45 lines · 25 code · 2 blank · 18 comment · 1 complexity · 72a4b5a4e01d3c2bc5d3111264ccb9a8 MD5 · raw file

  1. <?php
  2. /**
  3. * This is the SIDEBAR include template.
  4. *
  5. * This is meant to be included in a page template.
  6. *
  7. * @package evoskins
  8. * @subpackage firebug
  9. */
  10. if( !defined('EVO_MAIN_INIT') ) die( 'Please, do not access this page directly.' );
  11. ?>
  12. <div class="socialbar">
  13. <p>
  14. <strong><span>Submit Article :- </span></strong>
  15. <a href="http://blinklist.com/index.php?Action=Blink/addblink.php&amp;Description=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>&amp;Url=<?php echo $Item->get_permanent_url(); ?>" title="BlinkList Submit" target="_blank"> BlinkList</a> + <a href="http://blogmarks.net/my/new.php?mini=1&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>&amp;url=<?php echo $Item->get_permanent_url(); ?>" title="Blogmarks" target="_blank">Blogmarks</a> + <a href="http://www.digg.com/submit?phase=2&amp;url=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="Submit Post to Digg" target="_blank">Digg</a> + <a href="http://del.icio.us/post?url=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="Submit to Del.icio.us" target="_blank">Del.icio.us</a> + <a href="http://www.feedmarker.com/admin.php?do=bookmarklet_mark&amp;url=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>;" title="Submit to Feedmarker" target="_blank">Feedmarker</a> + <a href="http://furl.net/storeIt.jsp?t=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>&amp;u=<?php echo $Item->get_permanent_url(); ?>" title="Submit to Furl" target="_blank">Furl</a> + <a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="Submit to Google Bookmarks" target="_blank">Google Bookmarks</a> + <a href="http://www.netvouz.com/action/submitBookmark?url=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="submit to Netvous" target="_blank">Netvouz</a> + <a href="http://reddit.com/submit?url=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="Submit Reddit" target="_blank">Reddit</a> + <a href="http://www.simpy.com/simpy/LinkAdd.do?href=<?php echo $Item->get_permanent_url(); ?>&amp;title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="Submit to Simpy" target="_blank">Simpy</a> + <a href="http://www.spurl.net/spurl.php?title=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>&amp;url=<?php echo $Item->get_permanent_url(); ?>" title="submit to Spurl" target="_blank">Spurl</a> + <a href="http://technorati.com/faves?add=<?php echo $Item->get_permanent_url(); ?>" title="Submit to Technorati" target="_blank">Technorati</a> + <a href="http://www.wink.com/_/tag?url=<?php echo $Item->get_permanent_url(); ?>&amp;doctitle=<?php echo $Item->title( array( 'link_type' => 'none', ) ); ?>" title="Submit to Wink" target="_blank">Wink</a>
  16. <?php
  17. // ------------------------- "Sidebar" CONTAINER EMBEDDED HERE --------------------------
  18. // Display container contents:
  19. skin_container( NT_('Socialbar'), array(
  20. // The following (optional) params will be used as defaults for widgets included in this container:
  21. // This will enclose each widget in a block:
  22. 'block_start' => '<!-- <div id="$wi_ID$" class="$wi_class$"> -->',
  23. 'block_end' => '<!-- </div> -->',
  24. // This will enclose the title of each widget:
  25. 'block_title_start' => '<strong><span>',
  26. 'block_title_end' => '</span></strong>',
  27. // If a widget displays a list, this will enclose that list:
  28. 'list_start' => '',
  29. 'list_end' => '',
  30. // This will enclose each item in a list:
  31. 'item_start' => '',
  32. 'item_end' => '',
  33. // This will enclose sub-lists in a list:
  34. 'group_start' => '',
  35. 'group_end' => '',
  36. // This will enclose (foot)notes:
  37. 'notes_start' => '<div class="notes">',
  38. 'notes_end' => '</div> <!-- end of class="notes" -->',
  39. ) );
  40. // ----------------------------- END OF "Sidebar" CONTAINER -----------------------------
  41. ?>
  42. </p>
  43. </div> <!-- end of class="socialbar" -->