Browse
For agents
About
Cool Timeline (Horizontal & Vertical Timeline)
/
trunk
Cool Timeline (Horizontal & Vertical Timeline)
vtrunk
Switch version
3.4.0
3.3.6
3.3.5
3.3.4
3.3.3
3.3.2
2.2.3
2.3.3
2.4
2.4.1
2.4.2
2.4.3
2.4.4
2.4.5
2.6.1
2.7.1
2.8.3
2.9.3
2.9.4
2.9.5
2.9.6
2.9.7
2.9.8
2.9.9
3.0.0
All 79 releases
Overview
Code
cool-timeline
/
admin
/
codestar-framework
/
views
/
support.php
support.php
in Cool Timeline (Horizontal & Vertical Timeline) trunk, at admin/codestar-framework/views/support.php
6 lines
568 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
if
(
!
defined
(
'
ABSPATH
'
)
)
{
die
;
}
//
Cannot access directly.
?
>
2
3
<
p
>
We
are
provide
support
forum
for
premium
version
users
.
You
can
join
to
support
forum
for
submit
any
question
after
purchasing
.
Free
version
users
support
is
limited
on
github
.
<
/
p
>
4
5
<
p
>
<
a
href
=
"
http://support.codestarthemes.com/
"
class
=
"
button
"
target
=
"
_blank
"
rel
=
"
nofollow
"
>
<
i
class
=
"
fas fa-life-ring
"
>
<
/
i
>
Support
Forum
<
/
a
>
-
(
or
)
-
<
a
href
=
"
https://github.com/Codestar/codestar-framework/issues
"
class
=
"
button
"
target
=
"
_blank
"
rel
=
"
nofollow
"
>
<
i
class
=
"
fab fa-github
"
>
<
/
i
>
Github
<
/
a
>
<
/
p
>
6