all refs with absolute address inside it? So, I can access it easily from every page.
If I utilize relative addresses, they are different from each page.
For example, I want to access sign-in page from different pages. So I should write:
<a href="../../user/signin">
<a href="./user/signin">
Обсуждают сегодня