Hi, I'm linux user, I have installed Admin Themes Plugin (v1.0.2) and I got the following errors:
Notice: Undefined variable: plugin in /var/www/html/osclass390/oc-content/plugins/admin_themes/functions.php on line 28
Notice: Undefined variable: plugin in /var/www/html/osclass390/oc-content/plugins/admin_themes/functions.php on line 40
Notice: Undefined variable: plugin in /var/www/html/osclass390/oc-content/plugins/admin_themes/functions.php on line 103
I solved it adding this below of the line 22 into the adt_get_info() function:
$plugin = '';
I am new in the forum, greetings to OsclassPoint programmers, excellent work. I will be exploring moving the graphical interface of my plugins to Omega Free Oc-Admin Osclass Theme.