before I get to moving some admin/front end common stuff into sf-common.php, I thought it best to establish a standard naming convention.
Currently, there is one routine in the common routine and it starts with sfa. This is probably not the best naming convention.
Currently, we have sf for front end and sfa for back end.
I would suggest that the common routines either start with sfc or sf. I guess I would choose sfc just because it will be a good indication of exactly where the routine is located if you are reading the code.
Thoughts?