article engine for static pages was integrated
authorCalin Burloiu <calin.burloiu@gmail.com>
Thu, 25 Aug 2011 10:07:36 +0000 (13:07 +0300)
committerCalin Burloiu <calin.burloiu@gmail.com>
Thu, 25 Aug 2011 10:07:36 +0000 (13:07 +0300)
commitad7daf2de4288cff974e97ec9290533ba732df3b
tree301804fc43d3d5196f25c48ad11b64419fc8fe39
parent19dcbb3149e52c88b7a38f05ef85b80db49fcb72
article engine for static pages was integrated
28 files changed:
.buildpath [new file with mode: 0644]
.project [new file with mode: 0644]
.settings/.jsdtscope [new file with mode: 0644]
.settings/org.eclipse.php.core.prefs [new file with mode: 0644]
.settings/org.eclipse.wst.jsdt.ui.superType.container [new file with mode: 0644]
.settings/org.eclipse.wst.jsdt.ui.superType.name [new file with mode: 0644]
application/config/config.php
application/config/routes.php
application/controllers/admin.php
application/controllers/article.php [new file with mode: 0644]
application/controllers/catalog.php
application/controllers/help.php [deleted file]
application/controllers/tmp.php
application/controllers/video.php
application/core/Article_Controller.php [new file with mode: 0644]
application/language/english/article_lang.php [new file with mode: 0644]
application/language/romanian/article_lang.php [new file with mode: 0644]
application/language/romanian/ui_lang.php
application/models/videos_model.php
application/views/article/english/about.php [new file with mode: 0644]
application/views/article/english/help.php [new file with mode: 0644]
application/views/article/romanian/about.php [new file with mode: 0644]
application/views/article/romanian/help.php [new file with mode: 0644]
application/views/echo.php [new file with mode: 0644]
application/views/header.php
docs/links.txt [new file with mode: 0644]
system/core/Controller.php
system/core/Model.php