Skip to content

Commit fe6efed

Browse files
authored
docs: Update $config['indexPage'] in helpers/html_helper.rst
Update $config['indexPage'] to Config\App::$indexPage in img function in helpers/html_helper.rst
1 parent 496ef23 commit fe6efed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/helpers/html_helper.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ The following functions are available:
3939
.. literalinclude:: html_helper/002.php
4040

4141
There is an optional second parameter, a true/false value, that
42-
specifies if the *src* should have ``$config['indexPage']`` added to the address it creates.
42+
specifies if the *src* should have ``Config\App::$indexPage`` added to the address it creates.
4343
Presumably, this would be if you were using a media controller:
4444

4545
.. literalinclude:: html_helper/003.php

0 commit comments

Comments
 (0)