8
good work
missing
// SQL file
'sqlfile' => array( 'mysql' => "sql/mysql.sql" ),
can I ask what is this code how can i use it.
$ht = new RMHtaccess('page: '.$page->id());
$rewrite = $ht->canWrite() && $ht->isCapable();
$rewriteRule = "# begin page: ".$page->id()."nRewriteRule ^".$page->getVar('custom_title')."/?(.*)$ modules/qpages/index.php?page=".$page->getVar('nameid')." [L]n# end page: ".$page->id();
I am trying to add almost the same thing to my project
themebuilder