Jump to content

RBS Reseller01 - EN Version 1.2

75.00 USD


2 Screenshots

About This File

Hello community, how are you? I brought here my first reseller theme.

Demo(PT-BR Version) http://ragnarokbrasilservice.online/flux/resellerEN/

Support: https://facebook.com/ragnarokbrasilservice/

NOTE: Does not include .PSD files. (Text in HTML)
NOTE: Easy editing.

Configuration file:
themes / rbs01 / main / rbs_config.php

Spoiler

<?php
    
    $RBS = array(
        // Server Name
        'Server-Name'   => 'RAGNAROK ONLINE',
        
        // Forum Link
        'forum'            => '#',
    
        // Downloads Links
        'down-bro'        => '#',
        'down-lite'        => '#',
        'down-full'        => '#',
        
        // Social
        'facebook'        => 'https://www.facebook.com/ragnarokbrasilservice',
        'twitter'        => '#',
        'instagram'        => '#',
        
        // Youtube Vídeo
        'youtube'        => 'https://www.youtube.com/embed/m3w7L_gmnm0',

        // RSS Feed
        'AtivarRSS'        => false, // On = True | Off = False
        'news'            => '#',
        'events'        => '#',
        'updates'        => '#',
        // Footer RSS Feed
        'AtivarRSS-M'   => false, // On = True | Off = False
        'maintence'        => '#',
    );

?>


Edit store items:
themes / rbs01 / main / cashshop.php

Spoiler

<div class="card">
    <div class="thumb">
        <img src="<?php echo $this->themePath('img/cashshop/001.jpg')?>" alt="">
        <span class="label label-success">$10.20</span>
    </div>
    <div class="caption">
        <h4 class="caption-title"><a href="#">Item Name</a></h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </div>
</div>

<div class="card">
    <div class="thumb">
        <img src="<?php echo $this->themePath('img/cashshop/002.jpg')?>" alt="">
        <span class="label label-warning">$20.00</span>
    </div>
    <div class="caption">
        <h4 class="caption-title"><a href="#">Item Name</a></h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </div>
</div>

<div class="card">
    <div class="thumb">
        <img src="<?php echo $this->themePath('img/cashshop/003.jpg')?>" alt="">
        <span class="label label-danger">$21.50</span>
    </div>
    <div class="caption">
        <h4 class="caption-title"><a href="#">Item Name</a></h4>
        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p>
    </div>
</div>

....

 


What's New in Version 1.1   See changelog

Released

No changelog available for this version.

  • Upvote 1

×
×
  • Create New...