Skip to content

Instantly share code, notes, and snippets.

@ryaan-anthony
Created August 27, 2013 22:01
Show Gist options
  • Select an option

  • Save ryaan-anthony/6359743 to your computer and use it in GitHub Desktop.

Select an option

Save ryaan-anthony/6359743 to your computer and use it in GitHub Desktop.
config.xml
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<KK_BLSync>
<version>0.0.1</version>
</KK_BLSync>
</modules>
<global>
<models>
<BLSync>
<class>KK_BLSync_Model</class>
</BLSync>
</models>
</global>
</config>
KK_BLSync.xml
<?xml version="1.0" encoding="UTF-8"?>
<config>
<modules>
<KK_BLSync>
<active>true</active>
<codePool>local</codePool>
</KK_BLSync>
</modules>
</config>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment