Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webprofile-jwg2024
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siti Aisah
webprofile-jwg2024
Commits
444a890c
Commit
444a890c
authored
3 years ago
by
Bagus Pambudi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
agenda pengumuman b.inggris
parent
3c24bc07
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
9 deletions
+9
-9
app/Http/Controllers/Webprofile/Front/AgendaController2.php
+4
-4
app/Http/Controllers/Webprofile/Front/InformationController2.php
+4
-4
resources/views/webprofile/front/jollyany/en/index.blade.php
+1
-1
No files found.
app/Http/Controllers/Webprofile/Front/AgendaController2.php
View file @
444a890c
...
@@ -27,19 +27,19 @@ class AgendaController2 extends Controller
...
@@ -27,19 +27,19 @@ class AgendaController2 extends Controller
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'en'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'en'
)
{
$data
=
$this
->
getDataEn
(
$setting
);
$data
=
$this
->
getDataEn
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.en.a
rchive
'
,
$data
)
->
withTitle
(
'Agenda'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.en.a
gendainfo
'
,
$data
)
->
withTitle
(
'Agenda'
);
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'de'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'de'
)
{
$data
=
$this
->
getDataDe
(
$setting
);
$data
=
$this
->
getDataDe
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.de.a
rchive
'
,
$data
)
->
withTitle
(
'Agenda'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.de.a
gendainfo
'
,
$data
)
->
withTitle
(
'Agenda'
);
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'ar'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'ar'
)
{
$data
=
$this
->
getDataSa
(
$setting
);
$data
=
$this
->
getDataSa
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.ar.a
rchive
'
,
$data
)
->
withTitle
(
'جدول أعمال'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.ar.a
gendainfo
'
,
$data
)
->
withTitle
(
'جدول أعمال'
);
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'zh'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'zh'
)
{
$data
=
$this
->
getDataZh
(
$setting
);
$data
=
$this
->
getDataZh
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.zh.a
rchive
'
,
$data
)
->
withTitle
(
'议程'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.zh.a
gendainfo
'
,
$data
)
->
withTitle
(
'议程'
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
app/Http/Controllers/Webprofile/Front/InformationController2.php
View file @
444a890c
...
@@ -27,19 +27,19 @@ class InformationController2 extends Controller
...
@@ -27,19 +27,19 @@ class InformationController2 extends Controller
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'en'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'en'
)
{
$data
=
$this
->
getDataEn
(
$setting
);
$data
=
$this
->
getDataEn
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.en.
information'
,
$data
)
->
withTitle
(
'Informasi
'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.en.
agendainfo'
,
$data
)
->
withTitle
(
'Information
'
);
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'de'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'de'
)
{
$data
=
$this
->
getDataDe
(
$setting
);
$data
=
$this
->
getDataDe
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.de.
information'
,
$data
)
->
withTitle
(
'Informasi
'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.de.
agendainfo'
,
$data
)
->
withTitle
(
'Information
'
);
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'ar'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'ar'
)
{
$data
=
$this
->
getDataSa
(
$setting
);
$data
=
$this
->
getDataSa
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.ar.
information'
,
$data
)
->
withTitle
(
'Informasi
'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.ar.
agendainfo'
,
$data
)
->
withTitle
(
'معلومة
'
);
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'zh'
)
{
}
elseif
(
Session
::
get
(
'selected_language'
)
==
'zh'
)
{
$data
=
$this
->
getDataZh
(
$setting
);
$data
=
$this
->
getDataZh
(
$setting
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.zh.
information'
,
$data
)
->
withTitle
(
'Informasi
'
);
return
view
(
'webprofile.front.'
.
$setting
[
'theme'
]
.
'.zh.
agendainfo'
,
$data
)
->
withTitle
(
'信息
'
);
}
}
}
}
...
...
This diff is collapsed.
Click to expand it.
resources/views/webprofile/front/jollyany/en/index.blade.php
View file @
444a890c
...
@@ -127,7 +127,7 @@
...
@@ -127,7 +127,7 @@
<div class="
widget
">
<div class="
widget
">
<div class="
title
">
<div class="
title
">
<h2>
Pengumuma
n</h2>
<h2>
Informatio
n</h2>
</div><!-- end title -->
</div><!-- end title -->
<ul class="
recent_posts_widget
">
<ul class="
recent_posts_widget
">
@foreach(
$info
as
$value
)
@foreach(
$info
as
$value
)
...
...
This diff is collapsed.
Click to expand it.
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