1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00

Add PR #230 fix typo in comments of site-blank _init.php template file

This commit is contained in:
pine3ree
2022-09-16 10:42:40 -04:00
committed by Ryan Cramer
parent a2614b1a46
commit 330be8c05a

View File

@@ -1,6 +1,6 @@
<?php namespace ProcessWire; <?php namespace ProcessWire;
// Optional initialization file, called before rendering any template file. // Optional initialization file, called before rendering any template file.
// This is defined by $config->appendTemplateFile in /site/config.php. // This is defined by $config->prependTemplateFile in /site/config.php.
// Use this to define shared variables, functions, classes, includes, etc. // Use this to define shared variables, functions, classes, includes, etc.