e107
e107 copied to clipboard
Top.php update to use templates instead of hardcoded HTML
Motivation and Context
Top.php updated to use forum templates, instead of hardcoded HTML Hardcoded HTML is still in file for use when template is not available...
Description
Updated top.php to use the newforumposts template Work in progress... The top.php file is merging several plugins, so i ask why not use a top.php file in every plugin instead of a common one?
How Has This Been Tested?
Tested in v.2.3.3
Types of Changes
- [ ] Bug fix (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
- [ ] Performance enhancement (non-breaking change which improves efficiency)
- [x] Code cleanup (non-breaking change which makes code smaller or more readable)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
- [ ] Documentation (a change to man pages or other documentation)
Checklist
- [x] My code adheres to the e107 code style standard.
- [ ] I have read the contributing document.
- [ ] I have added tests to cover my changes.
- [ ] All new and existing tests pass.