diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/index.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/index.js b/examples/index.js index a4f3ac3..58a2314 100644 --- a/examples/index.js +++ b/examples/index.js @@ -12,8 +12,7 @@ var app = okcms.createApp({ production: isProduction, admin: { - root: path.join(__dirname, '../themes/okcards/public'), - templateRoot: path.join(__dirname, '../themes/okcards/templates'), + theme: 'okadmin', dashboard: { resources: { card: { |
