Jump to content

Change a navigation bar label in ProBid?


DebraLyn

Recommended Posts

Hi, all.  I'm new and admit I know nothing about what I'm trying to do.  I'm using an older version of ProBid (v5.23) and would like to change the "Sell" link to read "Offer".

 

In exploring, I've come to the file "public_html/themes/v5/header.php".  It looked like all I needed to do was change line 195 from [Cap_sell] to [Cap_offer], but, when I do that, the label disappears completely leaving it blank.

 

Is there an easy way for me to make this work?  Any guidance would be humbly appreciated!

 

      <tr class="mainmenu" bgcolor="#1863BD" align="center">

        <td style="border-bottom: 2px solid #003C85;"> <a href="<?=$path;?>index.php">

          <?=$lang[Cap_home];?>

          </a> </td>

        <? if ($showSell=="Y") { ?>

        <td style="border-bottom: 2px solid #003C85;"> <a href="<?=$btn2_link;?>">

          <?=$lang[Cap_sell];?>

          </a> </td>

        <? } ?>

   

Link to comment
https://forums.phpfreaks.com/topic/268392-change-a-navigation-bar-label-in-probid/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.