[dokuwiki] Re: page id from javascript

Myron Turner wrote:
Is there a reason why one of the above is preferable to embedding this
       <script> var ID = "<?php echo $ID; ?>"; </script>
in main.php? This seems the simplest way, but there may be reasons why it's not recommended.

Thanks,

Myron


Only your initial reluctance to put it there. If you are building your own template, that is the most sensible place to put it. If you are building a plugin and aim for it to be used with several different templates then a plugin make more sense. Either way, I wouldn't actually use "ID" as the name just in case there are naming clashes. "mytemplatename_ID" or "mypluginname_ID" would be better.

-- Chris
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: