Archive for July, 2009

Translation of “Agar hum kahen aur wo muskura dein”

Agar Hum Kahen Aur Woh Muskura Den
Artist: Jagjit Singh
Album: Passions – Black Magic

Agar hum kahen aur wo muskura dein
if i be somewhere and she smiles for me.
Hum unke liye zindgaani luta dein
i would give-up my life for her.
Har ik mod par hum gamon ko sazaa dein
on every turn of life i would punish the sorrows.
Chalo [...]

Continue reading »

How to remove callout section from magento?

For the modification of this block there are two ways in magento layout. They are pretty simple. Just try to follow the steps below.
1.To remove left callout follow the following steps:

Open app/design/frontend/default/default/layout/catalog.xml
Search for col_left_callout (default line 53)
Remove all of the following code:

<reference name=”left”>
<block type=”core/template” name=”left.permanent.callout” template=”callouts/left_col.phtml”>
<action method=”setImgSrc”><src>images/media/col_left_callout.jpg</src></action>
<action method=”setImgAlt” translate=”alt” module=”catalog”><alt>Our customer service is [...]

Continue reading »

Changing the www root directory of Apache server in wamp ?

When it’s necessary to change your current www root folder to another folder,it needs some changes in your apache configuration file.
The file which is responsible for Apache configuration is called httpd.conf. if u already stared your wamp server, you will see wamp icon on start up.To get accees to httpd.conf file just click on the [...]

Continue reading »