Keyword

Concat more title..

  • Andrea
  • Andrea's Avatar Topic Author
  • Offline
  • New Member
More
13 years 1 week ago #100101 by Andrea
Concat more title.. was created by Andrea
Hi all..

how i coul concat the title with a new title? Example in the  file default.php in:

 

administrator/components/com_k2/views/item/tmpl

 

I have:

 

<td><label for="title"><?php echo JText::_('Title'); ?></label></td>                             <td><input class="text_area k2TitleBox" type="text" name="title" id="title" maxlength="250" value="<?php echo $this->row->title; ?>" /></td>

 

If i create a new td like this for the 2th title:

 

<td><label for="title"><?php echo JText::_('Title2'); ?></label></td>                            <td><input class="text_area k2TitleBox" type="text" name="title2" id="title2" maxlength="250" value="<?php echo $this->row->title2; ?>" /></td>

 

I know don't work .. but what i must do then??

 

hope your answer...

andreaa

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum