Beginning consolidation effort. The plan is to house all functions in the functions.inc.php file, streamline db calls by "modules" to call when needed and not on every page load (hence the addition of the 'db' sub-directory in the 'includes' directory. Also, beginning to eliminate unneeded tables in favor of CSS for presentation purposes. The recipe_specifics.inc.php file reflects the newer presentation schema.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<?php if ($row_log['brewMethod'] != "" ) { ?>
|
||||
<div class="headerContent">General Information</div>
|
||||
<div class="dataContainer">
|
||||
<div class="data-container">
|
||||
<table class="dataTable">
|
||||
<tr>
|
||||
<td class="dataLabelLeft">Method:</td>
|
||||
|
||||
Reference in New Issue
Block a user