pnblock.php
Code
} else {
// load any old style block - don't use loader because this will
// break the scope of the blocks_modules variable
include 'config/blocks/' . $incfile;
}
// load any old style block - don't use loader because this will
// break the scope of the blocks_modules variable
include 'config/blocks/' . $incfile;
}
i created my block in this folder, i can add it but it's not displayed
