Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • i try to add this coding

    $r = $_SERVER[‘REQUEST_URI’];
    $r = explode(‘/’, $r);
    $r = array_filter($r);
    $r = array_merge($r, array());
    $endofurl = $r[1];
    if($endofurl==’hi’)
    {
    $home = __(‘????? ?????’, ‘weblizar’ ); // text for the ‘Home in Hindi’ link
    }
    elseif($endofurl==’ur’)
    {
    $home = __(‘???’, ‘weblizar’ ); // text for the ‘Home in Urdu’ link
    }
    else
    {
    $home = __(‘Home’, ‘weblizar’ ); // text for the ‘Home in English’ link

    }

    but didnot work

    hi there,

    i have change “HOME” to “UTAMA”.

    i done editing this line $home = __(‘Home’, ‘weblizar’ ); // text for the ‘Home’ link

    but it cannot work

    can anyone help me?

Viewing 2 replies - 1 through 2 (of 2 total)