Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Daniel CAZAL
co2
Commits
d2d87721
Commit
d2d87721
authored
Mar 29, 2018
by
Clément Damiens
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
news modularisation
parent
560a58a3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
Co2Module.php
Co2Module.php
+1
-0
components/CommunecterController.php
components/CommunecterController.php
+3
-3
No files found.
Co2Module.php
View file @
d2d87721
...
...
@@ -40,6 +40,7 @@ class Co2Module extends CWebModule {
'citizenToolKit.models.*'
,
'ressources.models.*'
,
'classifieds.models.*'
,
'news.models.*'
,
'places.models.*'
,
$this
->
id
.
'.models.*'
,
$this
->
id
.
'.components.*'
,
...
...
components/CommunecterController.php
View file @
d2d87721
...
...
@@ -189,7 +189,7 @@ class CommunecterController extends Controller
'getlevel'
=>
array
(
"href"
=>
"/ph/co2/city/getlevel"
),
),
"news"
=>
array
(
"index"
=>
array
(
"href"
=>
"/ph/
co2/
news/index"
,
"public"
=>
true
,
'title'
=>
"Fil d'actualités - N.E.W.S"
,
"subTitle"
=>
"Nord.Est.West.Sud"
,
"pageTitle"
=>
"Fil d'actualités - N.E.W.S"
),
"index"
=>
array
(
"href"
=>
"/ph/news/index"
,
"public"
=>
true
,
'title'
=>
"Fil d'actualités - N.E.W.S"
,
"subTitle"
=>
"Nord.Est.West.Sud"
,
"pageTitle"
=>
"Fil d'actualités - N.E.W.S"
),
"latest"
=>
array
(
"href"
=>
"/ph/co2/news/latest"
),
"save"
=>
array
(
"href"
=>
"/ph/co2/news/save"
),
"detail"
=>
array
(
"href"
=>
"/ph/co2/news/detail"
),
...
...
@@ -197,8 +197,8 @@ class CommunecterController extends Controller
"updatefield"
=>
array
(
"href"
=>
"/ph/co2/news/updatefield"
),
"update"
=>
array
(
"href"
=>
"/ph/co2/news/update"
),
"extractprocess"
=>
array
(
"href"
=>
"/ph/co2/news/extractprocess"
),
"moderate"
=>
array
(
"href"
=>
"/ph/
co2/
news/moderate"
),
"share"
=>
array
(
"href"
=>
"/ph/
co2/
news/share"
),
"moderate"
=>
array
(
"href"
=>
"/ph/news/moderate"
),
"share"
=>
array
(
"href"
=>
"/ph/news/share"
),
),
"search"
=>
array
(
"getmemberautocomplete"
=>
array
(
"href"
=>
"/ph/co2/search/getmemberautocomplete"
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment