Links Module by mikevanwinkle
The module creates a simple links manager for your PyroCMS site and a widget for displaying those links. This is perfect for adding a "Blogroll" including links to external resources on your home page.
The module creates a simple links manager for your PyroCMS site and a widget for displaying those links. This is perfect for adding a "Blogroll" including links to external resources on your home page.
Comments
Found 4 times the same bug, it throws the same error:
controllers/admin.php (2x: line 93 & line 138)
controllers/admin_groups.php (2x: line 82 & line 140)
Bad:
->append_metadata(js('links.js', 'links'))
Should be:
->append_js('module::links.js')
The module looks great anyway, thanks!