Jump to content
  • 0

Why I Change Cms.php Content,but Index Page Not Change


Question

Posted

I want to change index page content, and i find this content in "/plugins/cms/config/cms.php",

 

I already change the 

<div class="col-md-6 col-sm-6 portal-box">
        <a href="{client_url}login/">
            <div class="well">
                <i class="fa fa-cogs fa-4x"></i>
                <h4>My Account</h4>
                <p>Have an account with us? Log in here to manage your account.</p>
            </div>
        </a>
    </div>

col-md-4  →→→  col-md-6

 

 

but the index page already display ‘col-md-4’, the cache is cleared.

 

 

 

Or this have other way to change this default index page content?

 

20150703095033.png

2 answers to this question

Recommended Posts

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...