I have difficult times trying to figure out which file on my server creates the page located on the page "http://www.website.com/component/users/?view=login". I do not, but I have a component catalog. I put in this and checked out the com_users / views templates, but I was not able to edit anything that reflected the changes on the page in question. It should be noted that if I change the view.html.php file to "components / com_users / views / login", it seems to affect the page, and it looks like it wants to load content on the page from a line of code that reads:
$menus = $app->getMenu();
Any idea on how to edit this page?
source share