mirror of
https://github.com/e107inc/e107.git
synced 2025-08-21 13:52:35 +02:00
Menu Template fixes and enhancements. Related News now has a template.
This commit is contained in:
@@ -196,4 +196,12 @@ $NEWS_TEMPLATE['category']['item'] = '
|
||||
</td></tr>
|
||||
</table>
|
||||
</div>
|
||||
';
|
||||
';
|
||||
|
||||
### Related 'start' - Options: Core 'single' shortcodes including {SETIMAGE}
|
||||
### Related 'item' - Options: {RELATED_URL} {RELATED_IMAGE} {RELATED_TITLE} {RELATED_SUMMARY}
|
||||
### Related 'end' - Options: Options: Core 'single' shortcodes including {SETIMAGE}
|
||||
|
||||
$NEWS_TEMPLATE['related']['start'] = "<hr><h4>".defset('LAN_RELATED', 'Related')."</h4><ul class='e-related'>";
|
||||
$NEWS_TEMPLATE['related']['item'] = "<li><a href='{RELATED_URL}'>{RELATED_TITLE}</a></li>";
|
||||
$NEWS_TEMPLATE['related']['end'] = "</ul>";
|
||||
|
Reference in New Issue
Block a user