The Joomla! Forum ™





Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 
Author Message
 Post subject: walid hack title -> h2
PostPosted: Wed Dec 12, 2007 11:02 am 
User avatar
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Sun Oct 16, 2005 5:48 pm
Posts: 133
line 614

Code:

   /**
   * Writes Title
   */
   function Title( &$row, &$params, &$access ) {
      if ( $params->get( 'item_title' ) ) {
         if ( $params->get( 'link_titles' ) && $row->link_on != '' ) {
            ?>
            <td>
            <h2>   <a href="<?php echo $row->link_on;?>">
                  <?php echo $row->title;?></a>   </h2>
               <?php HTML_content::EditIcon( $row, $params, $access ); ?>
            </td>
            <?php
         } else {
            ?>
            <td>
            <h2>   <?php echo $row->title;?> </h2>
               <?php HTML_content::EditIcon( $row, $params, $access ); ?>
            </td>
            <?php
         }
      } else {
         ?>
         <td>
            <?php HTML_content::EditIcon( $row, $params, $access ); ?>
         </td>
         <?php
      }
   }



Top
 Profile  
 
PostPosted: Sat Aug 22, 2009 8:20 am 
Joomla! Enthusiast
Joomla! Enthusiast

Joined: Mon May 29, 2006 6:58 pm
Posts: 177
Location: Stuttgart - Travnik
Which file is this? Is this for 1.5?

_________________
Signature Rules: viewtopic.php?f=8&t=65


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 2 posts ] 



Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB® Forum Software © phpBB Group