Home ›
Agaric Starter Profile RearchitectureAgaric Starter Profile Rearchitecture
Submitted by Benjamin Melançon on June 21, 2007 - 6:06pm
Every .profile will consist simply of
// this consists of the following components
$blogging = TRUE;
...
include('agaric_starter_profile.inc');
agaric_starter_profile.inc is what actually contains all of the profile code, and all the if ($blogging) include('blogging_modules.inc');
and if ($blogging) include('blogging_final.inc');
statements
Every .profile will consist simply of
// this consists of the following components
$blogging = TRUE;
...
include('agaric_starter_profile.inc');
agaric_starter_profile.inc is what actually contains all of the profile code, and all the if ($blogging) include('blogging_modules.inc');
and if ($blogging) include('blogging_final.inc');
statements
Comments
Post new comment