in this text key:
blogs+user_blog_archive_description
it shows {$year}
this value is also represented in several other blog files.
but when i add {$year} to other parts of the script,
for example:
I wanted to add it to my copyright lang key so that i would not have to keep updating the year every year, just one less thing i need to do.
It does not show any value..
But it is obvious that the value is not global because it seems to only work for blog files or blog lang files.
Im just wondering why its not global?
And whats the best way to make it global?
Should i set it as a superglobal in one of the classes, but which one?
Thanks
i guess i could just define the year in the includes config file then add it to the line 216 section for globals in core application php..
Does that sound right?