thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

navigation problem dynamic CMS #207

Open bidjan opened 7 years ago

bidjan commented 7 years ago

Hi Creptor:

Attached are adim ( setup.php, navigation.php and data.php)

For some reasons in navigation.php $user -array fails to produce the expected results.

<?php echo $user['first']; ?> fails to show first name in the dropdown button. when I replace <?php $user['first']; ?. with Dropdown text it works fine.

Awaiting your comments.

Thanks

Bob Ghodsi

http://pastebin.com/L2qtvcQn

creptor commented 7 years ago

I'll need a photo on how is structurated the database to help you, because it can vary the responses on the way the data is received.

And please post the exact line of code that has the issue, so I can better understand your problem.