Advertisement:

Author Topic: VAR from plugin to header. How?  (Read 1272 times)

mestr

  • Newbie
  • *
  • Posts: 23
VAR from plugin to header. How?
« on: November 12, 2011, 05:57:26 pm »
Hello,
i need print one var from plugin to header.
I have realestate plugin installed.

In item_details.php:
<?php _e(@$detail['e_type']) ?>

How can i print 'e_type' in item.php and head.php?