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
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
This topic is locked and no more replies can be posted.
