Expandable.php

From Organic Design wiki
Revision as of 22:07, 1 October 2006 by Nad (talk | contribs)

<? if ($GLOBALS['action'] == 'view') $article = preg_replace(

'/

(.+?<\\/table.*?>)/s', '
$1
      <script type="text/javascript">showTocToggle("show","hide")</script>
$2
',
   $article
   );

?>