ajout du layout polo
TODO: créé les pages de blog (sommaire,news) permettant d'afficher les fichiers md
This commit is contained in:
parent
68f87c9750
commit
1388b0fe11
39 changed files with 26842 additions and 43 deletions
|
|
@ -170,6 +170,9 @@ class module
|
|||
print $git_chown;
|
||||
$git_ln_1 = shell_exec('cd '.PUBLIC_PATH.' && ln -s ../application/modules/wordpress/ wordpress');
|
||||
print $git_ln_1;
|
||||
|
||||
$languages = shell_exec('cp '.CONSOLE_PATH.'/skel/wordpress '.MODULES_PATH );
|
||||
|
||||
$git_controlleur = shell_exec('cp '.CONSOLE_PATH.'/skel/module.php '.CONTROLLERS_PATH.'/wordpress.php');
|
||||
$controlleur = file_get_contents(CONTROLLERS_PATH.'/wordpress.php');
|
||||
$controlleur = preg_replace('%MODULE%','wordpress',$controlleur);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue