In parts one and two of the Building a Bug Tracker, we got our infrastructure setup - our weblog, our path.php variables, and our custom groups. We’ve also added some entries to our Bug Tracker so that we have some data to work with as we do the real core of the work - building the templates.
So now it’s time to decide is what template to use for the Bug Tracker. For this tutorial, I decided to go with the liquid two column layout from Floatutorial. This is a nice, clean, simple layout that is really easy to build on top of.
This particular entry is going to be a bit longer than previous articles. The reason for this is that we’re doing the real work of getting recurring elements into Embeds and User Defined Global Variables. This will let us quickly churn out the templates we need for use throughout the Bug Tracker.
Shall we begin?