Show K2 Item Title in Custom Element

oracle 06 Aug, 2014
Hello,
i want to show the "K2 Item Title" as Text in the Head of the form. At the moment i use a custom element and show the Page Title.

<?php $doc =& JFactory::getDocument(); ?>
<input type='text' name='page_title' id='page_title' value='<?php echo $doc->getTitle(); ?>' />
<?php echo $this->item->title; ?><p>

Anyone who can help?

regards,
oracle
GreyHead 06 Aug, 2014
Hi oracle,

The same kind of thing should work if you an get the K2 title, my quess is that you are more likely to find out how to do that in their docs or forums.

Bob
This topic is locked and no more replies can be posted.