--- index.php 2001/08/03 09:12:42 1.1 +++ index.php 2001/08/07 13:55:51 1.2 @@ -25,6 +25,7 @@ include_once("inc/pgLifestyle.php"); } else if ($section == "library") { $section_name = "LIBRARY"; + include_once("inc/pgLibrary.php"); } $tpl->assign("section", $section); $tpl->assign("section_name", $section_name);