That looks more like the "Seasons" skin, not the Standard skin.
The display under "About this station" is normally set by the values of SKIN_NAME and SKIN_VERSION in the configuration file, skin.conf. They must be missing from your copy. I don't quite understand how you ended up with the display, but not the values, but somehow that's the way it turned out.
Either delete the display from about.inc, or add the values. To add the values, go into Seasons/skin.conf and add them at the very top. Something like
SKIN_NAME = Seasons
SKIN_VERSION = 5.0.2
-tk