From b8c943a4dc3a62e354013977a018c677b13a20c5 Mon Sep 17 00:00:00 2001 From: Andreas Gohr Date: Fri, 24 Feb 2006 16:12:21 +0100 Subject: removed deprecated TOC code darcs-hash:20060224151221-7ad00-314d411cb22d2cd59079751f31cf4b4c49a7f0b6.gz --- inc/parser/xhtml.php | 43 ------------------------------------------- 1 file changed, 43 deletions(-) (limited to 'inc/parser/xhtml.php') diff --git a/inc/parser/xhtml.php b/inc/parser/xhtml.php index 4cdfdf5c2..2d241589f 100644 --- a/inc/parser/xhtml.php +++ b/inc/parser/xhtml.php @@ -120,49 +120,6 @@ class Doku_Renderer_xhtml extends Doku_Renderer { $this->_xmlEntities($item['title']).''; } -/** FIXME deprecated - - function toc_open() { - global $lang; - $this->doc .= '
'.DOKU_LF; - $this->doc .= '
'; - $this->doc .= $lang['toc']; - $this->doc .= '
'.DOKU_LF; - $this->doc .= '
'.DOKU_LF; - } - - function tocbranch_open($level) { - $this->doc .= '
    '.DOKU_LF; - } - - function tocitem_open($level, $empty = FALSE) { - if ( !$empty ) { - $this->doc .= '
  • '; - } else { - $this->doc .= '
  • '; - } - } - - function tocelement($level, $title) { - $this->doc .= ''; - $this->doc .= $this->_xmlEntities($title); - $this->doc .= ''; - } - - function tocitem_close($level) { - $this->doc .= '
  • '.DOKU_LF; - } - - function tocbranch_close($level) { - $this->doc .= '
'.DOKU_LF; - } - - function toc_close() { - $this->doc .= '
'.DOKU_LF.'
'.DOKU_LF; - } - -*/ - function header($text, $level, $pos) { global $conf; //handle section editing -- cgit v1.2.3