Need to convert: for first NameList, append <li class "first">; for everything else until last, append <li>; for last NameList append <li class "last>, into C++ code.
Location: source/Webadmin.cpp, line 176.
I hardcoded it because the injection code doesn't work with my CSS menu bar, which requires the 'first' and 'last' classes. For the moment, I guess the best choice is to revert to the included original template.
Unfortunately, I have no idea how to code this in C++, so someone who knows C++ is the person to fix it, if they so choose. Sorry about that
Ok, forget that, STR fixed it. Could have sworn it needed those tags though...
Location: source/Webadmin.cpp, line 176.
I hardcoded it because the injection code doesn't work with my CSS menu bar, which requires the 'first' and 'last' classes. For the moment, I guess the best choice is to revert to the included original template.
Unfortunately, I have no idea how to code this in C++, so someone who knows C++ is the person to fix it, if they so choose. Sorry about that
Ok, forget that, STR fixed it. Could have sworn it needed those tags though...