mirror of
https://github.com/e107inc/e107.git
synced 2025-08-01 04:10:38 +02:00
Issue #2586 Forward icon issue.
This commit is contained in:
@@ -789,7 +789,7 @@ if ($e107_popup != 1) {
|
|||||||
/**
|
/**
|
||||||
* Display Welcome Message when old method activated.
|
* Display Welcome Message when old method activated.
|
||||||
* fix - only when e_FRONTPAGE set to true
|
* fix - only when e_FRONTPAGE set to true
|
||||||
* @see \core_index_index_controller\actionIndex
|
* @see core_index_index_controller/actionIndex
|
||||||
*/
|
*/
|
||||||
if(deftrue('e_FRONTPAGE') && strstr($HEADER,"{WMESSAGE")===false && strstr($FOOTER,"{WMESSAGE")===false) // Auto-detection to override old pref.
|
if(deftrue('e_FRONTPAGE') && strstr($HEADER,"{WMESSAGE")===false && strstr($FOOTER,"{WMESSAGE")===false) // Auto-detection to override old pref.
|
||||||
{
|
{
|
||||||
|
@@ -120,7 +120,7 @@ $NEXTPREV_TEMPLATE['admin_nav_caption'] = ''; // NP_3.' ';
|
|||||||
$NEXTPREV_TEMPLATE['admin_nav_first'] = '<li><a class="nextprev-item first e-tip" href="{url}" title="{url_label}"><i class="fa fa-fast-backward"></i></a></li>';
|
$NEXTPREV_TEMPLATE['admin_nav_first'] = '<li><a class="nextprev-item first e-tip" href="{url}" title="{url_label}"><i class="fa fa-fast-backward"></i></a></li>';
|
||||||
$NEXTPREV_TEMPLATE['admin_nav_prev'] = '<li><a class="nextprev-item prev e-tip" href="{url}" title="{url_label}"><i class="fa fa-backward"></i></a></li>';
|
$NEXTPREV_TEMPLATE['admin_nav_prev'] = '<li><a class="nextprev-item prev e-tip" href="{url}" title="{url_label}"><i class="fa fa-backward"></i></a></li>';
|
||||||
$NEXTPREV_TEMPLATE['admin_nav_last'] = '<li><a class="nextprev-item last e-tip" href="{url}" title="{url_label}"><i class="fa fa-fast-forward"></i></a></li>';
|
$NEXTPREV_TEMPLATE['admin_nav_last'] = '<li><a class="nextprev-item last e-tip" href="{url}" title="{url_label}"><i class="fa fa-fast-forward"></i></a></li>';
|
||||||
$NEXTPREV_TEMPLATE['admin_nav_next'] = '<li><a class="nextprev-item next e-tip" href="{url}" title="{url_label}"><i class="fa fa-forward icon-forward"></i></a></li>';
|
$NEXTPREV_TEMPLATE['admin_nav_next'] = '<li><a class="nextprev-item next e-tip" href="{url}" title="{url_label}"><i class="fa fa-forward"></i></a></li>';
|
||||||
|
|
||||||
$NEXTPREV_TEMPLATE['admin_items_start'] = '';
|
$NEXTPREV_TEMPLATE['admin_items_start'] = '';
|
||||||
$NEXTPREV_TEMPLATE['admin_item'] = '<li><a class="nextprev-item e-tip" href="{url}" title="{url_label}">{label}</a></li>';
|
$NEXTPREV_TEMPLATE['admin_item'] = '<li><a class="nextprev-item e-tip" href="{url}" title="{url_label}">{label}</a></li>';
|
||||||
|
Reference in New Issue
Block a user