I've customized my site and it looks quite good. But I've noticed that unfortunately some areas are not controlled by the templates but hard coded into the .php files. For example, pp-inc.php generates the output of albums, photos, and actions.
Code:
Content visible to verified customers only.
Above is an excerpt of the code. The challenge is that the tcat style is what should be generating the main navbar. Everything else should be using the softer thead style. That's easy to do in the templates by replacing it. But here, I'm not sure what should be changed in order to make sure that thead is used instead of tcat. Is this variable generated from the database? Hoping somebody has done this before and hopefully we'll be able to fix this.