Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/wp-conte.../plugins/custom-t.../admin/views/support
File: content.php
<div class="ctf-fb-full-wrapper ctf-fb-fs">
[0] Fix | Delete
<?php
[1] Fix | Delete
/**
[2] Fix | Delete
* SBI Admin Notices
[3] Fix | Delete
*
[4] Fix | Delete
* @since 2.0
[5] Fix | Delete
*/
[6] Fix | Delete
do_action('ctf_admin_notices');
[7] Fix | Delete
?>
[8] Fix | Delete
<div class="ctf-sb-container">
[9] Fix | Delete
<div class="ctf-section-header">
[10] Fix | Delete
<h2>{{genericText.title}}</h2>
[11] Fix | Delete
<div class="ctf-search-doc">
[12] Fix | Delete
<div :href="links.doc" target="_blank" class="ctf-search-doc-field">
[13] Fix | Delete
<span class="sb-btn-icon" @click="goToSearchDocumentation()" v-html="icons.magnify"></span>
[14] Fix | Delete
<input class="sb-btn-input" id="ctf-search-doc-input" v-model="searchKeywords" v-on:keyup="searchDoc" v-on:paste="searchDocStrings" :placeholder="buttons.searchDoc">
[15] Fix | Delete
</div>
[16] Fix | Delete
</div>
[17] Fix | Delete
</div>
[18] Fix | Delete
[19] Fix | Delete
<div class="ctf-support-blocks clearfix">
[20] Fix | Delete
<div class="ctf-support-block">
[21] Fix | Delete
<div class="sb-block-header">
[22] Fix | Delete
<img :src="icons.rocket" :alt="genericText.gettingStarted">
[23] Fix | Delete
</div>
[24] Fix | Delete
<h3>{{genericText.gettingStarted}}</h3>
[25] Fix | Delete
<p>{{genericText.someHelpful}}</p>
[26] Fix | Delete
<div class="sb-articles-list">
[27] Fix | Delete
<ul>
[28] Fix | Delete
<li v-for="article in articles.gettingStarted">
[29] Fix | Delete
<a :href="article.link">
[30] Fix | Delete
{{article.title}}
[31] Fix | Delete
<span class="sb-list-icon" v-html="icons.rightAngle"></span>
[32] Fix | Delete
</a>
[33] Fix | Delete
</li>
[34] Fix | Delete
</ul>
[35] Fix | Delete
</div>
[36] Fix | Delete
<div class="ctf-sb-button">
[37] Fix | Delete
<a :href="links.gettingStarted" target="_blank">
[38] Fix | Delete
{{buttons.moreHelp}}
[39] Fix | Delete
<span class="sb-btn-icon" v-html="icons.rightAngle"></span>
[40] Fix | Delete
</a>
[41] Fix | Delete
</div>
[42] Fix | Delete
</div>
[43] Fix | Delete
<div class="ctf-support-block">
[44] Fix | Delete
<div class="sb-block-header">
[45] Fix | Delete
<img :src="icons.book" :alt="genericText.docsN">
[46] Fix | Delete
</div>
[47] Fix | Delete
<h3>{{genericText.docsN}}</h3>
[48] Fix | Delete
<p>{{genericText.runInto}}</p>
[49] Fix | Delete
<div class="sb-articles-list">
[50] Fix | Delete
<ul>
[51] Fix | Delete
<li v-for="article in articles.docs">
[52] Fix | Delete
<a :href="article.link">
[53] Fix | Delete
{{article.title}}
[54] Fix | Delete
<span class="sb-list-icon" v-html="icons.rightAngle"></span>
[55] Fix | Delete
</a>
[56] Fix | Delete
</li>
[57] Fix | Delete
</ul>
[58] Fix | Delete
</div>
[59] Fix | Delete
<div class="ctf-sb-button">
[60] Fix | Delete
<a :href="links.doc" target="_blank">
[61] Fix | Delete
{{buttons.viewDoc}}
[62] Fix | Delete
<span class="sb-btn-icon" v-html="icons.rightAngle"></span>
[63] Fix | Delete
</a>
[64] Fix | Delete
</div>
[65] Fix | Delete
</div>
[66] Fix | Delete
<div class="ctf-support-block">
[67] Fix | Delete
<div class="sb-block-header">
[68] Fix | Delete
<img :src="icons.save" :alt="genericText.additionalR">
[69] Fix | Delete
</div>
[70] Fix | Delete
<h3>{{genericText.additionalR}}</h3>
[71] Fix | Delete
<p>{{genericText.toHelp}}</p>
[72] Fix | Delete
<div class="sb-articles-list">
[73] Fix | Delete
<ul>
[74] Fix | Delete
<li v-for="article in articles.resources">
[75] Fix | Delete
<a :href="article.link">
[76] Fix | Delete
{{article.title}}
[77] Fix | Delete
<span class="sb-list-icon" v-html="icons.rightAngle"></span>
[78] Fix | Delete
</a>
[79] Fix | Delete
</li>
[80] Fix | Delete
</ul>
[81] Fix | Delete
</div>
[82] Fix | Delete
<div class="ctf-sb-button">
[83] Fix | Delete
<a :href="links.blog" target="_blank">
[84] Fix | Delete
{{buttons.viewBlog}}
[85] Fix | Delete
<span class="sb-btn-icon" v-html="icons.rightAngle"></span>
[86] Fix | Delete
</a>
[87] Fix | Delete
</div>
[88] Fix | Delete
</div>
[89] Fix | Delete
</div>
[90] Fix | Delete
[91] Fix | Delete
<div class="ctf-support-contact-block clearfix">
[92] Fix | Delete
<div class="sb-contact-block-left">
[93] Fix | Delete
<div class="sb-cb-icon">
[94] Fix | Delete
<span v-html="icons.forum"></span>
[95] Fix | Delete
</div>
[96] Fix | Delete
<div class="sb-cb-content">
[97] Fix | Delete
<h3>{{genericText.needMore}}</h3>
[98] Fix | Delete
<a :href="supportUrl" target="_blank" class="sb-cb-btn">
[99] Fix | Delete
{{buttons.submitTicket}}
[100] Fix | Delete
<span v-html="icons.rightAngle"></span>
[101] Fix | Delete
</a>
[102] Fix | Delete
</div>
[103] Fix | Delete
</div>
[104] Fix | Delete
<div class="sb-contact-block-right">
[105] Fix | Delete
<div>
[106] Fix | Delete
<img :src="images.supportMembers">
[107] Fix | Delete
</div>
[108] Fix | Delete
<p>{{genericText.ourFast}}</p>
[109] Fix | Delete
</div>
[110] Fix | Delete
</div>
[111] Fix | Delete
[112] Fix | Delete
<div class="ctf-system-info-section">
[113] Fix | Delete
<div class="ctf-system-header">
[114] Fix | Delete
<h3>{{genericText.systemInfo}}</h3>
[115] Fix | Delete
<button class="ctf-copy-btn" @click.stop.prevent="copySystemInfo">
[116] Fix | Delete
<span v-html="icons.copy"></span>
[117] Fix | Delete
<span v-html="buttons.copy"></span>
[118] Fix | Delete
</button>
[119] Fix | Delete
</div>
[120] Fix | Delete
<div class="ctf-system-info">
[121] Fix | Delete
<div v-html="system_info" id="system_info" class="system_info" :class="systemInfoBtnStatus"></div>
[122] Fix | Delete
<button class="ctf-expand-btn" @click="expandSystemInfo">
[123] Fix | Delete
<span v-html="icons.downAngle"></span>
[124] Fix | Delete
<span v-html="expandBtnText()"></span>
[125] Fix | Delete
</button>
[126] Fix | Delete
</div>
[127] Fix | Delete
</div>
[128] Fix | Delete
<div class="ctf-export-settings-section">
[129] Fix | Delete
<div class="ctf-export-left">
[130] Fix | Delete
<h3>{{genericText.exportSettings}}</h3>
[131] Fix | Delete
<p>{{genericText.shareYour}}</p>
[132] Fix | Delete
</div>
[133] Fix | Delete
<div class="ctf-export-right">
[134] Fix | Delete
<select name="" id="ctf-feeds-list" class="ctf-select" v-model="exportFeed" ref="export_feed">
[135] Fix | Delete
<option value="none" selected disabled>Select Feed</option>
[136] Fix | Delete
<option v-for="feed in feeds" :value="feed.id">{{ feed.name }}</option>
[137] Fix | Delete
</select>
[138] Fix | Delete
<button type="button" class="ctf-btn sb-btn-grey" @click="exportFeedSettings" :disabled="exportFeed === 'none'">
[139] Fix | Delete
<span v-html="icons.exportSVG"></span>
[140] Fix | Delete
{{buttons.export}}
[141] Fix | Delete
</button>
[142] Fix | Delete
</div>
[143] Fix | Delete
</div>
[144] Fix | Delete
</div>
[145] Fix | Delete
</div>
[146] Fix | Delete
<div class="sb-notification-ctn" :data-active="notificationElement.shown" :data-type="notificationElement.type">
[147] Fix | Delete
<div class="sb-notification-icon" v-html="svgIcons[notificationElement.type+'Notification']"></div>
[148] Fix | Delete
<span class="sb-notification-text" v-html="notificationElement.text"></span>
[149] Fix | Delete
</div>
[150] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function