I112_Add_support_for_a_different_php_basename #113

Merged
ken_fallon merged 7 commits from I112_Add_support_for_a_different_php_basename into main 2023-06-01 16:04:24 +00:00
Collaborator

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.
ken_fallon added 3 commits 2023-05-30 07:15:01 +00:00
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> ```
ken_fallon added 1 commit 2023-05-30 16:00:04 +00:00
Author
Collaborator

Well spotted. I fixed that.

Well spotted. I fixed that.
ken_fallon added 1 commit 2023-05-30 18:10:42 +00:00
ken_fallon added 1 commit 2023-05-30 18:49:03 +00:00
ken_fallon added 1 commit 2023-05-31 08:25:51 +00:00
ken_fallon merged commit de58d9dc61 into main 2023-06-01 16:04:24 +00:00
rho_n deleted branch I112_Add_support_for_a_different_php_basename 2023-06-01 17:48:57 +00:00
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: rho_n/hpr_generator#113
No description provided.