Published in: PHP
<?php /* ===================================================== ExpressionEngine - by pMachine ----------------------------------------------------- http://www.pmachine.com/ ===================================================== ====================================== = Plugin created by Indianocean = === http://theurl.com ==== === info@theurl.com ==== ====================================== ===================================================== This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License. - http://creativecommons.org/licenses/by-sa/2.5/ ===================================================== */ 'pi_name' => 'Plugin Name', 'pi_version' => '1.0', 'pi_author' => 'Indianocean', 'pi_author_url' => 'http://lemonkick.com/', 'pi_description' => 'The Dexcription', 'pi_usage' => archive_list::usage() ); class Archive_list { var $return_data = ""; function Archive_list($str = '') { global $TMPL; $this->return_data = "<b>" . $TMPL->tagdata . "</b>"; } // ---------------------------------------- // Plugin Usage // ---------------------------------------- function usage() { ?> Blah Blah <?php return $buffer; } } ?>
You need to login to post a comment.
