update
This commit is contained in:
parent
0c8bed50dc
commit
8354190f96
3 changed files with 14 additions and 7 deletions
|
@ -12,8 +12,8 @@ if (!defined('IN_SYS')) {
|
|||
<ul class="navbar-left list-inline text-center text-muted credit">
|
||||
<li>
|
||||
<span class="co">© <?php echo $CopyRightYear; ?> <a href="<?php echo setRouter('index'); ?>"><?php echo $brandName; ?></a> </span>
|
||||
<span class="co"> Powered by <a href="https://crogram.com" target="blank">Crogram</a> </span>
|
||||
<span class="co"> Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="blank">iFastNet</a> </span>
|
||||
<span class="co"> Powered by <a href="https://crogram.com" target="_blank">Crogram</a> </span>
|
||||
<span class="co"> Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="_blank">iFastNet</a> </span>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="legal navbar-right list-inline text-center">
|
||||
|
|
|
@ -12,8 +12,8 @@ if (!defined('IN_SYS')) {
|
|||
<ul class="navbar-left list-inline text-center text-muted credit">
|
||||
<li>
|
||||
<span class="co">© <?php echo $CopyRightYear; ?> <a href="<?php echo setRouter('index');?>"><?php echo $brandName; ?></a> </span>
|
||||
<span class="co"> Powered by <a href="https://crogram.com" target="blank">Crogram</a> </span>
|
||||
<span class="co"> Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="blank">iFastNet</a> </span>
|
||||
<span class="co"> Powered by <a href="https://crogram.com" target="_blank">Crogram</a> </span>
|
||||
<span class="co"> Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="_blank">iFastNet</a> </span>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="legal navbar-right list-inline text-center">
|
||||
|
@ -44,7 +44,14 @@ if (!defined('IN_SYS')) {
|
|||
$(document).ready(function() {
|
||||
$('.summernote').summernote({
|
||||
minHeight: 200,
|
||||
lang: "<?php echo $lang->language_cached; ?>"
|
||||
lang: "<?php echo $lang->language_cached; ?>",
|
||||
toolbar: [
|
||||
['style', ['style']],
|
||||
['font', ['bold', 'underline', 'clear']],
|
||||
['color', ['color']],
|
||||
['para', ['ul', 'ol', 'paragraph']],
|
||||
['view', ['fullscreen']]
|
||||
]
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
@ -12,8 +12,8 @@ if (!defined('IN_SYS')) {
|
|||
<ul class="navbar-left list-inline text-center text-muted credit">
|
||||
<li>
|
||||
<span class="co">© <?php echo $CopyRightYear; ?> <a href="<?php echo setRouter('index');?>"><?php echo $brandName; ?></a> </span>
|
||||
<span class="co"> Powered by <a href="https://crogram.com" target="blank">Crogram</a> </span>
|
||||
<span class="co"> Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="blank">iFastNet</a> </span>
|
||||
<span class="co"> Powered by <a href="https://crogram.com" target="_blank">Crogram</a> </span>
|
||||
<span class="co"> Partnered with <a href="https://ifastnet.com/" name="jump-ifastnet" target="_blank">iFastNet</a> </span>
|
||||
</li>
|
||||
</ul>
|
||||
<ul class="legal navbar-right list-inline text-center">
|
||||
|
|
Loading…
Reference in a new issue