Segaraga
Segaraga

Reputation: 1

What is CMS/Framework used in both of this website?

Both of this website has similar feature and interface, so I have strong feeling that both of this website built on same CMS/framework:
lintasberita.com
cekberita.com

Its built on PHP But What is the CMS/Framework used by that website?

Thank you.

Upvotes: 0

Views: 489

Answers (2)

Petar Minchev
Petar Minchev

Reputation: 47383

In the page source of cekberita.com, there was written in a meta tag: "Hotaru CMS is an open source content management system, written in PHP." So I guess it is Hotaru.

Upvotes: 0

Quentin
Quentin

Reputation: 943979

<meta name="description" content="Hotaru CMS is an open source content management system, written in PHP." />

Although having looked at that source code, I'm not seeing anything to encourage me to use it.

Of course, the multiple <script> elements, comment before the Doctype, meta description designed to wreck listings in Google, invalid HTML and hideous design could be the author's fault…

Upvotes: 2

Related Questions