that is a little outrageous, if you have that many lines i suggest you actually intergrate that into global.php and corresponding files for the purposes of optimizing your site
Most of it is setting user options. Part of the reason for the length is I'm not allowed to mod the code (corporate site) and I don't have FTP access to the file base (which is occasionally a pain). So to get the features the users want I've gotten to be very creative.
If I ever finalize it I guess it will be included as a seperate file.
Another reason for the length is the site has 12 seperate headers that are independent of the stylesets (you can match any of the 20 stylesets with the headers)
57 in php_include_start, 80 in php_include_end. However, both of those have require() statements in which the required files are hundreds of lines long. I also haven't modified a single line of vB code.
Most of it is setting user options. Part of the reason for the length is I'm not allowed to mod the code (corporate site) and I don't have FTP access to the file base (which is occasionally a pain). So to get the features the users want I've gotten to be very creative.
If I ever finalize it I guess it will be included as a seperate file.
Another reason for the length is the site has 12 seperate headers that are independent of the stylesets (you can match any of the 20 stylesets with the headers)
if your that important to the site i would highly suggest they give u ftp access or say you cant work on the community till they do