I see the reason for the php_baseurl and implementation looks ok.
Although I would replace all the
```
<!--% absolute_path(php_baseurl) %-->
```
with
```
<!--% php_baseurl %-->
```
The absolute_path macro was more to deal with absolute paths when using the baseurl variable.
So for the Upload links in it should be:
```
<a href="<!--% php_baseurl %-->calendar.php"><strong>⇧Upload⇧</strong></a>
```
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Changes to allow for the separation of static content from dynamic(php) content.
I see the reason for the php_baseurl and implementation looks ok.
Although I would replace all the
with
The absolute_path macro was more to deal with absolute paths when using the baseurl variable.
So for the Upload links in it should be:
Well spotted. I fixed that.