THINGS GO HERE

Content-dependent style sheets

Different pages will have different main content section structure and layout. Blog pages will have the sidebar and a specific heading structure for blog entries. Comic pages will have the comic viewer structure and no sidebar. Other pages will have a layout similar to this, with simple expansion to other style sheets whenever necessary. HOW BADASS IS THAT??

Every page is given a PAGEcontentType attribute, specified in php.

<?php
 $PAGEcontentType = 1;
?>

The values for this attribute are numeric to specify an id number of a specific content type supported by the site. These ids are used to load the name of the type, the location of the style sheet required for this content type, and other on-demand data about the content, from a data structure in php.