In PHP, you can insert a site block using a file:
<?php require_once "block_path.php"?>
I am writing on node.js and I need something like that on require_once
in node. How can this be implemented (on a pure node)?
I am writing on node.js an...">
In PHP, you can insert a site block using a file:
<?php require_once "block_path.php"?>
I am writing on node.js and I need something like that on require_once
in node. How can this be implemented (on a pure node)?
Source: https://ru.stackoverflow.com/questions/963132/
All Articles