It's really frustrating when you know that the version of Shadows is not 10.07 but yet that is what the admin tells you it is. I thought that something was going to be changed so we could see which version of Shadows is actually the install version AND have access to the latest version.
For those who might not know, you can determine which version you are running if you do a View Source, then scroll toward the bottom of all that code and look for something like this:
If you are truly running version 10.07 that code will look like this
For those who might not know, you can determine which version you are running if you do a View Source, then scroll toward the bottom of all that code and look for something like this:
Code:
mivaJS.ReadyThemeVersion = '2.01.00';
Code:
mivaJS.ReadyThemeVersion = '10.07.00';
Comment