The <!--#directive--> syntax is used to indicate the start of a server-side include.

The .shtml file extension indicates a web page containing directives. These directives are small pieces of code processed by the web server (like Apache or Nginx) before the page is delivered to the user.

<!--#set var="current_date" value="<!--#echo var="DATE_LOCAL"--> --> <!--#set var="current_time" value="<!--#echo var="TIME_LOCAL"--> -->

View Shtml Patched

The <!--#directive--> syntax is used to indicate the start of a server-side include.

The .shtml file extension indicates a web page containing directives. These directives are small pieces of code processed by the web server (like Apache or Nginx) before the page is delivered to the user. view shtml patched

<!--#set var="current_date" value="<!--#echo var="DATE_LOCAL"--> --> <!--#set var="current_time" value="<!--#echo var="TIME_LOCAL"--> --> The &lt;

Назад
Сверху