<?php
  include_once '../doc-typo3-funcs.php';
  $doxygen_vars = array(	"title" => "TYPO3 4.0.1: typo3_src-4.0.1/typo3/sysext/info_pagetsconfig/class.tx_infopagetsconfig_webinfo.php Source File",
				"datetime" => "Sat Dec 2 19:22:33 2006",
				"date" => "2 Dec 2006",
				"doxygenversion" => "1.4.6",
				"projectname" => "TYPO3 4.0.1",
				"projectnumber" => "4.0.1"
			);
  get_header($doxygen_vars);
?>
<!-- Generated by Doxygen 1.4.6 -->
<div class="tabs">
  <ul>
    <li><a href="main.html"><span>Main&nbsp;Page</span></a></li>
    <li><a href="namespaces.html"><span>Namespaces</span></a></li>
    <li><a href="classes.html"><span>Classes</span></a></li>
    <li id="current"><a href="files.html"><span>Files</span></a></li>
    <li><a href="dirs.html"><span>Directories</span></a></li>
    <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
    <li><a href="examples.html"><span>Examples</span></a></li>
    <li>
      <form action="search.php" method="get">
        <table cellspacing="0" cellpadding="0" border="0">
          <tr>
            <td><label>&nbsp;<u>S</u>earch&nbsp;for&nbsp;</label></td>
            <td><input type="text" name="query" value="" size="20" accesskey="s"/></td>
          </tr>
        </table>
      </form>
    </li>
  </ul></div>
<div class="nav">
<a class="el" href="dir_c8daf1ad746050abf985cc546c89e248.html">typo3_src-4.0.1</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_18071ae4545d8b3e0364d30c0659c74a.html">typo3</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_57bf1ed8249c1fd5b014486d01bcb27a.html">sysext</a>&nbsp;&raquo&nbsp;<a class="el" href="dir_0bb0cb314be2963e16e5d63c727f40e9.html">info_pagetsconfig</a></div>
<h1>class.tx_infopagetsconfig_webinfo.php</h1><div class="fragment"><pre class="fragment"><a name="l00001"></a>00001 &lt;?php
<a name="l00002"></a>00002 <span class="comment">/***************************************************************</span>
<a name="l00003"></a>00003 <span class="comment">*  Copyright notice</span>
<a name="l00004"></a>00004 <span class="comment">*</span>
<a name="l00005"></a>00005 <span class="comment">*  (c) 1999-2005 Kasper Skaarhoj (kasperYYYY@typo3.com)</span>
<a name="l00006"></a>00006 <span class="comment">*  All rights reserved</span>
<a name="l00007"></a>00007 <span class="comment">*</span>
<a name="l00008"></a>00008 <span class="comment">*  This script is part of the TYPO3 project. The TYPO3 project is</span>
<a name="l00009"></a>00009 <span class="comment">*  free software; you can redistribute it and/or modify</span>
<a name="l00010"></a>00010 <span class="comment">*  it under the terms of the GNU General Public License as published by</span>
<a name="l00011"></a>00011 <span class="comment">*  the Free Software Foundation; either version 2 of the License, or</span>
<a name="l00012"></a>00012 <span class="comment">*  (at your option) any later version.</span>
<a name="l00013"></a>00013 <span class="comment">*</span>
<a name="l00014"></a>00014 <span class="comment">*  The GNU General Public License can be found at</span>
<a name="l00015"></a>00015 <span class="comment">*  http://www.gnu.org/copyleft/gpl.html.</span>
<a name="l00016"></a>00016 <span class="comment">*  A copy is found in the textfile GPL.txt and important notices to the license</span>
<a name="l00017"></a>00017 <span class="comment">*  from the author is found in LICENSE.txt distributed with these scripts.</span>
<a name="l00018"></a>00018 <span class="comment">*</span>
<a name="l00019"></a>00019 <span class="comment">*</span>
<a name="l00020"></a>00020 <span class="comment">*  This script is distributed in the hope that it will be useful,</span>
<a name="l00021"></a>00021 <span class="comment">*  but WITHOUT ANY WARRANTY; without even the implied warranty of</span>
<a name="l00022"></a>00022 <span class="comment">*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the</span>
<a name="l00023"></a>00023 <span class="comment">*  GNU General Public License for more details.</span>
<a name="l00024"></a>00024 <span class="comment">*</span>
<a name="l00025"></a>00025 <span class="comment">*  This copyright notice MUST APPEAR in all copies of the script!</span>
<a name="l00026"></a>00026 <span class="comment">***************************************************************/</span>
<a name="l00049"></a>00049 require_once(PATH_t3lib.'<span class="keyword">class</span>.t3lib_tsparser_ext.php');
<a name="l00050"></a>00050 require_once(PATH_t3lib.'<span class="keyword">class</span>.t3lib_extobjbase.php');
<a name="l00051"></a>00051 
<a name="l00052"></a>00052 
<a name="l00053"></a>00053 
<a name="l00054"></a>00054 
<a name="l00055"></a>00055 
<a name="l00056"></a>00056 
<a name="l00057"></a>00057 
<a name="l00058"></a>00058 
<a name="l00059"></a>00059 
<a name="l00060"></a>00060 
<a name="l00061"></a>00061 
<a name="l00062"></a>00062 
<a name="l00063"></a>00063 
<a name="l00064"></a>00064 
<a name="l00065"></a>00065 
<a name="l00066"></a>00066 
<a name="l00074"></a><a class="code" href="classtx__infopagetsconfig__webinfo.html">00074</a> <span class="keyword">class </span><a class="code" href="classtx__infopagetsconfig__webinfo.html">tx_infopagetsconfig_webinfo</a> <span class="keyword">extends</span> <a class="code" href="classt3lib__extobjbase.html">t3lib_extobjbase</a> {
<a name="l00075"></a>00075 
<a name="l00076"></a>00076 
<a name="l00082"></a><a class="code" href="classtx__infopagetsconfig__webinfo.html#d78712f6cddfab4cec15fb2fede201b2">00082</a>         function <a class="code" href="classtx__infopagetsconfig__webinfo.html#d78712f6cddfab4cec15fb2fede201b2">modMenu</a>()      {
<a name="l00083"></a>00083                 global $LANG;
<a name="l00084"></a>00084 
<a name="l00085"></a>00085                 $modMenuAdd = array(
<a name="l00086"></a>00086                         'tsconf_parts' =&gt; array(
<a name="l00087"></a>00087                                 0 =&gt; $LANG-&gt;getLL('tsconf_parts_0'),
<a name="l00088"></a>00088                                 1 =&gt; $LANG-&gt;getLL('tsconf_parts_1'),
<a name="l00089"></a>00089                                 '1a' =&gt; $LANG-&gt;getLL('tsconf_parts_1a'),
<a name="l00090"></a>00090                                 '1b' =&gt; $LANG-&gt;getLL('tsconf_parts_1b'),
<a name="l00091"></a>00091                                 '1c' =&gt; $LANG-&gt;getLL('tsconf_parts_1c'),
<a name="l00092"></a>00092                                 '1d' =&gt; $LANG-&gt;getLL('tsconf_parts_1d'),
<a name="l00093"></a>00093                                 '1e' =&gt; $LANG-&gt;getLL('tsconf_parts_1e'),
<a name="l00094"></a>00094                                 '1f' =&gt; $LANG-&gt;getLL('tsconf_parts_1f'),
<a name="l00095"></a>00095                                 '1g' =&gt; $LANG-&gt;getLL('tsconf_parts_1g'),
<a name="l00096"></a>00096                                 2 =&gt; 'RTE.',
<a name="l00097"></a>00097                                 5 =&gt; 'TCEFORM.',
<a name="l00098"></a>00098                                 6 =&gt; 'TCEMAIN.',
<a name="l00099"></a>00099                                 3 =&gt; 'TSFE.',
<a name="l00100"></a>00100                                 4 =&gt; 'user.',
<a name="l00101"></a>00101                                 99 =&gt; $LANG-&gt;getLL('tsconf_configFields')
<a name="l00102"></a>00102                         )
<a name="l00103"></a>00103                 );
<a name="l00104"></a>00104 
<a name="l00105"></a>00105                 <span class="keywordflow">if</span> (!$GLOBALS['BE_USER']-&gt;isAdmin())    unset($modMenuAdd['tsconf_parts'][99]);
<a name="l00106"></a>00106                 <span class="keywordflow">return</span> $modMenuAdd;
<a name="l00107"></a>00107         }
<a name="l00108"></a>00108 
<a name="l00114"></a><a class="code" href="classtx__infopagetsconfig__webinfo.html#2b9513573f55e0b154e2d62f5a9758c2">00114</a>         function <a class="code" href="classtx__infopagetsconfig__webinfo.html#2b9513573f55e0b154e2d62f5a9758c2">main</a>() {
<a name="l00115"></a>00115                 global $LANG;
<a name="l00116"></a>00116 
<a name="l00117"></a>00117                 $menu = <a class="code" href="classt3lib__BEfunc.html#832c7b3d00fe067d463cb12ce1a77091">t3lib_BEfunc::getFuncMenu</a>($this-&gt;pObj-&gt;id,'SET[tsconf_parts]',$this-&gt;pObj-&gt;MOD_SETTINGS['tsconf_parts'],$this-&gt;pObj-&gt;MOD_MENU['tsconf_parts']);
<a name="l00118"></a>00118 
<a name="l00119"></a>00119                 <span class="keywordflow">if</span> ($this-&gt;pObj-&gt;MOD_SETTINGS['tsconf_parts']==99)      {
<a name="l00120"></a>00120                         $TSparts = <a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id,'',1);
<a name="l00121"></a>00121                         $lines = array();
<a name="l00122"></a>00122                         $pUids = array();
<a name="l00123"></a>00123 
<a name="l00124"></a>00124                         foreach($TSparts as $k =&gt; $v)   {
<a name="l00125"></a>00125                                 <span class="keywordflow">if</span> ($k!='uid_0')        {
<a name="l00126"></a>00126                                         <span class="keywordflow">if</span> ($k=='defaultPageTSconfig')  {
<a name="l00127"></a>00127                                                 $pTitle = '&lt;strong&gt;'.$GLOBALS['LANG']-&gt;getLL('editTSconfig_default',1).'&lt;/strong&gt;';
<a name="l00128"></a>00128                                                 $editIcon = '';
<a name="l00129"></a>00129                                         } <span class="keywordflow">else</span> {
<a name="l00130"></a>00130                                                 $pUids[] = substr($k,4);
<a name="l00131"></a>00131                                                 $row = <a class="code" href="classt3lib__BEfunc.html#2921570c91cd2543489c9d850cfec311">t3lib_BEfunc::getRecordWSOL</a>('pages',substr($k,4));
<a name="l00132"></a>00132                                                 $pTitle = $this-&gt;pObj-&gt;doc-&gt;getHeader('pages',$row,'',0);
<a name="l00133"></a>00133 
<a name="l00134"></a>00134                                                 $editIdList = substr($k,4);
<a name="l00135"></a>00135                                                 $params = '&amp;edit[pages]['.$editIdList.']=edit&amp;columnsOnly=TSconfig';
<a name="l00136"></a>00136                                                 $onclickUrl = <a class="code" href="classt3lib__BEfunc.html#7a0f36e11e40ce7b2b808fe06d7d1f92">t3lib_BEfunc::editOnClick</a>($params,$GLOBALS['BACK_PATH'],'');
<a name="l00137"></a>00137                                                 $editIcon = '&lt;a href=<span class="stringliteral">"#"</span> onclick=<span class="stringliteral">"'.htmlspecialchars($onclickUrl).'"</span>&gt;'.
<a name="l00138"></a>00138                                                                 '&lt;img'.t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'],'gfx/edit2.gif<span class="charliteral">','</span>width=<span class="stringliteral">"11"</span> height=<span class="stringliteral">"12"</span>').' vspace=<span class="stringliteral">"2"</span> align=<span class="stringliteral">"top"</span> title=<span class="stringliteral">"'.$GLOBALS['LANG']-&gt;getLL('editTSconfig',1).'"</span> alt=<span class="stringliteral">""</span> /&gt;'.
<a name="l00139"></a>00139                                                                 '&lt;/a&gt;';
<a name="l00140"></a>00140                                         }
<a name="l00141"></a>00141 
<a name="l00142"></a>00142                                         $TScontent = nl2br(htmlspecialchars(trim($v).chr(10)));
<a name="l00143"></a>00143 
<a name="l00144"></a>00144                                         $tsparser = <a class="code" href="classt3lib__div.html#b47f8a8e8be44b79a0b8064dcd427bc1">t3lib_div::makeInstance</a>('<a class="code" href="classt3lib__TSparser.html">t3lib_TSparser</a>');
<a name="l00145"></a>00145                                         $tsparser-&gt;lineNumberOffset=0;
<a name="l00146"></a>00146                                         $TScontent = $tsparser-&gt;doSyntaxHighlight(trim($v).chr(10),'',1);
<a name="l00147"></a>00147 
<a name="l00148"></a>00148                                         $lines[]='
<a name="l00149"></a>00149                                                 &lt;tr&gt;&lt;td nowrap=<span class="stringliteral">"nowrap"</span> <span class="keyword">class</span>=<span class="stringliteral">"bgColor5"</span>&gt;'.$pTitle.'&lt;/td&gt;&lt;/tr&gt;
<a name="l00150"></a>00150                                                 &lt;tr&gt;&lt;td nowrap=<span class="stringliteral">"nowrap"</span> <span class="keyword">class</span>=<span class="stringliteral">"bgColor4"</span>&gt;'.$TScontent.$editIcon.'&lt;/td&gt;&lt;/tr&gt;
<a name="l00151"></a>00151                                                 &lt;tr&gt;&lt;td&gt;&amp;nbsp;&lt;/td&gt;&lt;/tr&gt;
<a name="l00152"></a>00152                                         ';
<a name="l00153"></a>00153                                 }
<a name="l00154"></a>00154                         }
<a name="l00155"></a>00155 
<a name="l00156"></a>00156                         <span class="keywordflow">if</span> (count($pUids))      {
<a name="l00157"></a>00157                                 $params = '&amp;edit[pages]['.implode(<span class="charliteral">','</span>,$pUids).']=edit&amp;columnsOnly=TSconfig';
<a name="l00158"></a>00158                                 $onclickUrl = <a class="code" href="classt3lib__BEfunc.html#7a0f36e11e40ce7b2b808fe06d7d1f92">t3lib_BEfunc::editOnClick</a>($params,$GLOBALS['BACK_PATH'],'');
<a name="l00159"></a>00159                                 $editIcon = '&lt;a href=<span class="stringliteral">"#"</span> onclick=<span class="stringliteral">"'.htmlspecialchars($onclickUrl).'"</span>&gt;'.
<a name="l00160"></a>00160                                                 '&lt;img'.t3lib_iconWorks::skinImg($GLOBALS['BACK_PATH'],'gfx/edit2.gif<span class="charliteral">','</span>width=<span class="stringliteral">"11"</span> height=<span class="stringliteral">"12"</span>').' vspace=<span class="stringliteral">"2"</span> align=<span class="stringliteral">"top"</span> title=<span class="stringliteral">"'.$GLOBALS['LANG']-&gt;getLL('editTSconfig_all',1).'"</span> alt=<span class="stringliteral">""</span> /&gt;'.
<a name="l00161"></a>00161                                                 '&lt;strong&gt;'.$GLOBALS['LANG']-&gt;getLL('editTSconfig_all',1).'&lt;/strong&gt;'.
<a name="l00162"></a>00162                                                 '&lt;/a&gt;';
<a name="l00163"></a>00163                         } <span class="keywordflow">else</span> $editIcon = '';
<a name="l00164"></a>00164 
<a name="l00165"></a>00165 
<a name="l00166"></a>00166                         $theOutput.= $this-&gt;pObj-&gt;doc-&gt;section($LANG-&gt;getLL('tsconf_title'),
<a name="l00167"></a>00167                                 <a class="code" href="classt3lib__BEfunc.html#a235b246dec429e439742b1fc76c9d97">t3lib_BEfunc::cshItem</a>('_MOD_'.$GLOBALS['MCONF']['name'],'tsconfig_edit',$GLOBALS['BACK_PATH'],'|&lt;br/&gt;').
<a name="l00168"></a>00168                                         $menu.
<a name="l00169"></a>00169                                         '
<a name="l00170"></a>00170                                         &lt;br /&gt;&lt;br /&gt;
<a name="l00171"></a>00171 
<a name="l00172"></a>00172                                         &lt;!-- Edit fields: --&gt;
<a name="l00173"></a>00173                                         &lt;table border=<span class="stringliteral">"0"</span> cellpadding=<span class="stringliteral">"0"</span> cellspacing=<span class="stringliteral">"1"</span>&gt;'.implode('',$lines).'&lt;/table&gt;&lt;br/&gt;'.$editIcon,
<a name="l00174"></a>00174                                 0,
<a name="l00175"></a>00175                                 1
<a name="l00176"></a>00176                         );
<a name="l00177"></a>00177                 } <span class="keywordflow">else</span> {
<a name="l00178"></a>00178                         $tmpl = <a class="code" href="classt3lib__div.html#b47f8a8e8be44b79a0b8064dcd427bc1">t3lib_div::makeInstance</a>('<a class="code" href="classt3lib__tsparser__ext.html">t3lib_tsparser_ext</a>');  <span class="comment">// Defined global here!</span>
<a name="l00179"></a>00179                         $tmpl-&gt;tt_track = 0;    <span class="comment">// Do not log time-performance information</span>
<a name="l00180"></a>00180 
<a name="l00181"></a>00181                         $tmpl-&gt;fixedLgd = 0;
<a name="l00182"></a>00182                         $tmpl-&gt;linkObjects = 0;
<a name="l00183"></a>00183                         $tmpl-&gt;bType = '';
<a name="l00184"></a>00184                         $tmpl-&gt;ext_expandAllNotes = 1;
<a name="l00185"></a>00185                         $tmpl-&gt;ext_noPMicons = 1;
<a name="l00186"></a>00186 
<a name="l00187"></a>00187                         <span class="keywordflow">switch</span>($this-&gt;pObj-&gt;MOD_SETTINGS['tsconf_parts'])       {
<a name="l00188"></a>00188                                 <span class="keywordflow">case</span> <span class="charliteral">'1'</span>:
<a name="l00189"></a>00189                                         $modTSconfig = <a class="code" href="classt3lib__BEfunc.html#3e3f63eb1c3bb4ae0d5ad009dea00cc5">t3lib_BEfunc::getModTSconfig</a>($this-&gt;pObj-&gt;id,'mod');
<a name="l00190"></a>00190                                 <span class="keywordflow">break</span>;
<a name="l00191"></a>00191                                 <span class="keywordflow">case</span> '1a':
<a name="l00192"></a>00192                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_layout',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00193"></a>00193                                 <span class="keywordflow">break</span>;
<a name="l00194"></a>00194                                 <span class="keywordflow">case</span> '1b':
<a name="l00195"></a>00195                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_view',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00196"></a>00196                                 <span class="keywordflow">break</span>;
<a name="l00197"></a>00197                                 <span class="keywordflow">case</span> '1c':
<a name="l00198"></a>00198                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_modules',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00199"></a>00199                                 <span class="keywordflow">break</span>;
<a name="l00200"></a>00200                                 <span class="keywordflow">case</span> '1d':
<a name="l00201"></a>00201                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_list',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00202"></a>00202                                 <span class="keywordflow">break</span>;
<a name="l00203"></a>00203                                 <span class="keywordflow">case</span> '1e':
<a name="l00204"></a>00204                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_info',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00205"></a>00205                                 <span class="keywordflow">break</span>;
<a name="l00206"></a>00206                                 <span class="keywordflow">case</span> '1f':
<a name="l00207"></a>00207                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_func',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00208"></a>00208                                 <span class="keywordflow">break</span>;
<a name="l00209"></a>00209                                 <span class="keywordflow">case</span> '1g':
<a name="l00210"></a>00210                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('mod.web_ts',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00211"></a>00211                                 <span class="keywordflow">break</span>;
<a name="l00212"></a>00212                                 <span class="keywordflow">case</span> <span class="charliteral">'2'</span>:
<a name="l00213"></a>00213                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('RTE',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00214"></a>00214                                 <span class="keywordflow">break</span>;
<a name="l00215"></a>00215                                 <span class="keywordflow">case</span> <span class="charliteral">'5'</span>:
<a name="l00216"></a>00216                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('TCEFORM',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00217"></a>00217                                 <span class="keywordflow">break</span>;
<a name="l00218"></a>00218                                 <span class="keywordflow">case</span> <span class="charliteral">'6'</span>:
<a name="l00219"></a>00219                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('TCEMAIN',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00220"></a>00220                                 <span class="keywordflow">break</span>;
<a name="l00221"></a>00221                                 <span class="keywordflow">case</span> <span class="charliteral">'3'</span>:
<a name="l00222"></a>00222                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('TSFE',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00223"></a>00223                                 <span class="keywordflow">break</span>;
<a name="l00224"></a>00224                                 <span class="keywordflow">case</span> <span class="charliteral">'4'</span>:
<a name="l00225"></a>00225                                         $modTSconfig = $GLOBALS['BE_USER']-&gt;getTSConfig('user',<a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id));
<a name="l00226"></a>00226                                 <span class="keywordflow">break</span>;
<a name="l00227"></a>00227                                 <span class="keywordflow">default</span>:
<a name="l00228"></a>00228                                         $modTSconfig['properties'] = <a class="code" href="classt3lib__BEfunc.html#643143cf81548a0c3b160ae0d58bebc9">t3lib_BEfunc::getPagesTSconfig</a>($this-&gt;pObj-&gt;id);
<a name="l00229"></a>00229                                 <span class="keywordflow">break</span>;
<a name="l00230"></a>00230                         }
<a name="l00231"></a>00231                         $modTSconfig = $modTSconfig['properties'];
<a name="l00232"></a>00232 
<a name="l00233"></a>00233                         <span class="keywordflow">if</span> (!is_array($modTSconfig))    $modTSconfig = array();
<a name="l00234"></a>00234 
<a name="l00235"></a>00235                         $theOutput.= $this-&gt;pObj-&gt;doc-&gt;section($LANG-&gt;getLL('tsconf_title'),
<a name="l00236"></a>00236                                         <a class="code" href="classt3lib__BEfunc.html#a235b246dec429e439742b1fc76c9d97">t3lib_BEfunc::cshItem</a>('_MOD_'.$GLOBALS['MCONF']['name'],'tsconfig_hierarchy',$GLOBALS['BACK_PATH'],'|&lt;br/&gt;').
<a name="l00237"></a>00237                                         $menu.
<a name="l00238"></a>00238                                         '
<a name="l00239"></a>00239 
<a name="l00240"></a>00240                                         &lt;!-- Page TSconfig Tree: --&gt;
<a name="l00241"></a>00241                                         &lt;table border=<span class="stringliteral">"0"</span> cellpadding=<span class="stringliteral">"0"</span> cellspacing=<span class="stringliteral">"0"</span>&gt;
<a name="l00242"></a>00242                                                 &lt;tr&gt;
<a name="l00243"></a>00243                                                         &lt;td nowrap=<span class="stringliteral">"nowrap"</span>&gt;'.$tmpl-&gt;ext_getObjTree($modTSconfig,'<span class="charliteral">','</span>').'&lt;/td&gt;
<a name="l00244"></a>00244                                                 &lt;/tr&gt;
<a name="l00245"></a>00245                                         &lt;/table&gt;',
<a name="l00246"></a>00246                                 0,
<a name="l00247"></a>00247                                 1
<a name="l00248"></a>00248                         );
<a name="l00249"></a>00249                 }
<a name="l00250"></a>00250 
<a name="l00251"></a>00251                         <span class="comment">// Return output:</span>
<a name="l00252"></a>00252                 <span class="keywordflow">return</span> $theOutput;
<a name="l00253"></a>00253         }
<a name="l00254"></a>00254 }
<a name="l00255"></a>00255 
<a name="l00256"></a>00256 
<a name="l00257"></a>00257 <span class="keywordflow">if</span> (defined('TYPO3_MODE') &amp;&amp; $TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/info_pagetsconfig/<span class="keyword">class</span>.<a class="code" href="classtx__infopagetsconfig__webinfo.html">tx_infopagetsconfig_webinfo</a>.php'])     {
<a name="l00258"></a>00258         include_once($TYPO3_CONF_VARS[TYPO3_MODE]['XCLASS']['ext/info_pagetsconfig/<span class="keyword">class</span>.<a class="code" href="classtx__infopagetsconfig__webinfo.html">tx_infopagetsconfig_webinfo</a>.php']);
<a name="l00259"></a>00259 }
<a name="l00260"></a>00260 ?&gt;
</pre></div><?php
  include_once '../doc-typo3-funcs.php';
  get_footer();
?>