thedigicraft / Atom.CMS

Atom.CMS
56 stars 52 forks source link

Link tag is not becoming active (Part -46) #232

Closed v917 closed 7 years ago

v917 commented 7 years ago

After making function selected($value1, $value, $return); the link tag stopped becoming active but before doing this they were becoming active. index.php: https://pastebin.com/901bCf6C setup.php: https://pastebin.com/LkQYmjbL sandbox.php: https://pastebin.com/WsuyU6G1 please help.

creptor commented 7 years ago

🤣 You have a mistake in the variables...... this:

function selected($value1, $value3, $return) {

Should be this:

function selected($value1, $value2, $return) {

Simple mistake, just change the 3 for 2 in the sandbox.php file, have a nice day 😋

v917 commented 7 years ago

Ohh.. My typing errors.. Thanks for replying

v917 commented 7 years ago

@creptor Thank you so much man.. And sorry for disturbing.

creptor commented 7 years ago

No problem, glad I could help 😄