codewithdary/login-register-script-mvc

About link in login-register-script-mvc

Opened this issue · 0 comments

In the below-mentioned file
app/views/includes/navigation.php
following should be
<a href="<?php echo URLROOT; ?>/about">About</a>
as given below:
About

As "about" is a method in "Pages" class.

Thanks. And really appreciate its a very good tutorial. I admire it.