Commit fa93e1694457437fb66b863a06e66c44d85b5855

Authored by michael
1 parent 8afc8d34

removed commented out renderHeading


git-svn-id: https://kt-dms.svn.sourceforge.net/svnroot/kt-dms/trunk@2261 c91229c3-7414-0410-bfa2-8a42b809f60b
presentation/lookAndFeel/knowledgeTree/foldermanagement/addFolderDocTypeUI.inc
@@ -7,18 +7,6 @@ @@ -7,18 +7,6 @@
7 * @package presentation.lookAndFeel.knowledgeTree.foldermanagement 7 * @package presentation.lookAndFeel.knowledgeTree.foldermanagement
8 */ 8 */
9 9
10 -/*function renderHeading($sHeading) {  
11 - global $default;  
12 - $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));  
13 - $sColor = $default->siteMap->getSectionColour($sSectionName, "th");  
14 - $sToRender = "<table border=\"0\" width=\"600\">\n";  
15 - $sToRender .= "<tr align=\"left\"><th class=\"sectionHeading\" bgcolor=\"$sColor\">$sHeading</th></tr>\n";  
16 - $sToRender .= "<tr/>\n";  
17 - $sToRender .= "<tr/>\n";  
18 - $sToRender .= "</table>\n";  
19 - return $sToRender;  
20 -}*/  
21 -  
22 function getPage($iFolderID, $iDocumentTypeID) { 10 function getPage($iFolderID, $iDocumentTypeID) {
23 global $default; 11 global $default;
24 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"]))); 12 $sSectionName = $default->siteMap->getSectionName(substr($_SERVER["PHP_SELF"], strlen($default->rootUrl), strlen($_SERVER["PHP_SELF"])));