Skip to content

Commit

Permalink
docs: Update $config['indexPage'] in helpers/html_helper.rst
Browse files Browse the repository at this point in the history
Update $config['indexPage'] to Config\App::$indexPage in img function in helpers/html_helper.rst
  • Loading branch information
obozdag authored Sep 5, 2024
1 parent 496ef23 commit fe6efed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/helpers/html_helper.rst
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ The following functions are available:
.. literalinclude:: html_helper/002.php

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

.. literalinclude:: html_helper/003.php
Expand Down

0 comments on commit fe6efed

Please sign in to comment.