What is the $scc in the required_header.php
Permalink
Inherited some code and can't figure out for the life of me where this script exists in the db. I believe it's being called with:
this code snippet is from the required_header.php
the output is:
I can't find anything in the template code that is setting it and have been trying to look through the db to see where it could be set there, with no luck at all!
If you'd like to see it live, view source here:http://www.titlecardcapital.com/...
the output is:
<style type="text/css"> #c-level-1 section:last-of-type { background-image:url('http://sandbox.focus-43.com/application/files/2514/2311/2231/520390287.jpg') !important; background-size:cover !important; background-attachment:fixed !important; } </style>
I can't find anything in the template code that is setting it and have been trying to look through the db to see where it could be set there, with no luck at all!
If you'd like to see it live, view source here:http://www.titlecardcapital.com/...
If you can't see any
anywhere, than it is probably in a controller somewhere looking like this:
Can you say more about where that code is located?