mirror of
https://github.com/e107inc/e107.git
synced 2025-08-28 16:50:07 +02:00
Experimental Feature: Page/Menu custom fields. Enable debug to experiment. Usage: {CPAGEFIELD: name=xxxxx} where 'name' is the field name. Currently only functions in edit mode when the chapter is already set.
This commit is contained in:
@@ -51,7 +51,11 @@ $sc_style['CPAGENAV|default']['post'] = '</div>';
|
||||
<div class="clear"><!-- --></div>
|
||||
{CPAGERATING|default}
|
||||
{CPAGEEDIT}
|
||||
';
|
||||
|
||||
|
||||
';
|
||||
|
||||
// {CPAGEFIELD: name=image}
|
||||
|
||||
$PAGE_WRAPPER['default']['CPAGEEDIT'] = "<div class='text-right'>{---}</div>";
|
||||
|
||||
|
Reference in New Issue
Block a user