Skip to content

imbhupendra41/Milople_Cms

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Milople_Cms

Solves Magento 1.9.2.0 static block display issue

See:

Installation

Add require and repositories sections to your composer.json as shown in example below and run composer update.

composer.json example

{
    "repositories": [
        {"type": "git", "url": "https://github.com/kirchbergerknorr/Milople_Cms"},
    ],
    
    "require": {
        "kirchbergerknorr/Milople_Cms": "*"
    }
}

Support

Please report new bugs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%