aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md')
-rw-r--r--vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md b/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md
index 103a9767d..90f55f073 100644
--- a/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md
+++ b/vendor/smarty/smarty/docs/programmers/api-variables/variable-use-include-path.md
@@ -2,7 +2,7 @@
====================
This tells smarty to respect the
-[include\_path](&url.php-manual;ini.core.php#ini.include-path) within
+[include\_path](https://www.php.net/ini.core.php#ini.include-path) within
the [`File Template Resource`](#resources.file) handler and the plugin
loader to resolve the directories known to
[`$template_dir`](#variable.template.dir). The flag also makes the
@@ -23,14 +23,14 @@ If use\_include\_path is enabled, file discovery for
\$plugins\_dir) do
- Test if requested file is in `$directory` relative to the [current
- working directory](&url.php-manual;function.getcwd.php). If file
+ working directory](https://www.php.net/function.getcwd.php). If file
found, return it.
- For each `$path` in include\_path do
- Test if requested file is in `$directory` relative to the `$path`
(possibly relative to the [current working
- directory](&url.php-manual;function.getcwd.php)). If file found,
+ directory](https://www.php.net/function.getcwd.php)). If file found,
return it.
- Try default\_handler or fail.