You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Parses global variables like the currently logged in member's information, system variables, paths, action IDs, CAPTCHAs. Typically stuff that should only be done after caching to prevent any manner of changes in the system or who is viewing the page to affect the display.
529
+
530
+
This function would also strip ExpessionEngine comments from the code. It is being run automatically on each front-end page request, however if you are using TMPL library for other types of requests, you might need to call it manually.
531
+
532
+
### `show_404()`
533
+
534
+
Show a 404 page whether one is set in the config or not
If a tag/class has no results to show, it can call this method. Any `no_results`` variable in the tag will be followed. May be 404 page, content, or even a redirect.
0 commit comments