Note:

If you want to create a new page for developers, you should create it on the Moodle Developer Resource site.

Talk:Extending the theme custom menu: Difference between revisions

From MoodleDocs
(Created page with "In the renderers.php file (in my project) I had to add the php tags <?php ?>, because they were missing on the original text. Can we edit this page to correct this?")
 
No edit summary
Line 1: Line 1:
In the renderers.php file (in my project) I had to add the php tags <?php ?>, because they were missing on the original text. Can we edit this page to correct this?
In the renderers.php file (in my project) I had to add the php tags <?php ?>, because they were missing on the original text. Fixed my problem, but I'm not sure I should edit the original post.

Revision as of 13:12, 22 October 2012

In the renderers.php file (in my project) I had to add the php tags <?php ?>, because they were missing on the original text. Fixed my problem, but I'm not sure I should edit the original post.