Expandable.php

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

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

   '/EXPANDABLE(.+?)/',

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

   );

?>