Differences From Artifact [31d36787f2]:

To Artifact [3428aae4cb]:


28
29
30
31
32
33
34

35
36
37
38
39
40
41

        $this->compile_check = true;

        $this->reserved_template_varname = 'tpl';

        $this->assign('www_url', WWW_URL);
        $this->assign('self_url', Utils::getSelfUrl());


        $this->assign('is_logged', false);
    }
}

$tpl = Template::getInstance();








>







28
29
30
31
32
33
34
35
36
37
38
39
40
41
42

        $this->compile_check = true;

        $this->reserved_template_varname = 'tpl';

        $this->assign('www_url', WWW_URL);
        $this->assign('self_url', Utils::getSelfUrl());
        $this->assign('self_url_no_qs', Utils::getSelfUrl(true));

        $this->assign('is_logged', false);
    }
}

$tpl = Template::getInstance();