Expandable.php

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

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

   '/EXPANDABLE(.+?)/',

'$1<script type="text/javascript">showTocToggle("show","hide")</script>',

   $article
   );

?>