11-12-2016, 12:24 AM
Question:
I am making these modifications in the navigation. So far I am putting in this:
<pre></pre>
Which should identify if or if not there is a view. If there is, we will do blah blah blah, if not, blah blah. You know what I mean.
My issue is, the navigation, and everything else uses and whatever the value is here. How can I override the value of to be the information of user with the . If I just change it to the function is going to fail, because it has no idea what to do with that information.
Thanks.
I am making these modifications in the navigation. So far I am putting in this:
<pre>
Code:
if(isset($_GET['view'])) {
$view = $_GET['view'];
}
Which should identify if or if not there is a view. If there is, we will do blah blah blah, if not, blah blah. You know what I mean.
My issue is, the navigation, and everything else uses
Code:
$user->data() ->
Code:
$user
Code:
$uid
Code:
$uid
Thanks.