How to remove page title from front page in 2.x?

jutlandia

No avatar

2008-04-06 18:42

Hi, I want to remove the title on the front page because I have an image instead.

This was solved for an earlier version:
http://opensolution.org/Quick.Cart/forum/?p=readTopic&nr=3856

BUT, I use 2.x... and it doesn't apply.

Thanks

» Quick.Cart v2.x

merci

No avatar

2008-04-07 09:49

jutlandia - can you send screen shot or link and show which title you want to remove?

jutlandia

No avatar

2008-04-07 20:55

hi!

the generated code is as follows:
<div id="content"><div id="categoryDetails">
<h2>TITLE I DON'T WANT</h2>

I want to remove that title, but only from the front page.

Thanks a lot!

treewood (OpenSolution)

Avatar: treewood

2008-04-08 09:04

jutlandia - edit index.php and before:
$content .= $tpl->tbHtml( 'contents_details.tpl', 'SHOW' );

put this:

if( $config['start_page'] == $p ){
      
$aData['sName'] = null;
    }

Back to top
about us | contact