Expandable.php

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

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

   '/<table class=["\']?expandable["\']? title=["\']?(.+?)["\']?(.+?<\\/table.*?>)/s',

'

$1
      <script type="text/javascript">showTocToggle("show","hide")</script>
      <table class=expandable-content$2

',

   $article
   );

?>