I112_Add_support_for_a_different_php_basename #113

Merged
rho_n merged 0 commits from refs/pull/113/head into main 2023-06-01 16:04:24 +00:00
Owner

Changes to allow for the separation of static content from dynamic(php) content.

Changes to allow for the separation of static content from dynamic(php) content.
Owner

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>
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> ```
Author
Owner

Well spotted. I fixed that.

Well spotted. I fixed that.
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: HPR/hpr_generator#113
No description provided.