Initial commit

This commit is contained in:
mareksebera 2014-09-10 20:20:58 +02:00
commit 3b93da31de
1004 changed files with 265840 additions and 0 deletions

View file

@ -0,0 +1 @@
Hi, I'm the test element.

View file

@ -0,0 +1,2 @@
In TestTheme
<?php echo $this->Html->image('test.jpg') ?>

View file

@ -0,0 +1,2 @@
default test_theme layout
<?php echo $this->fetch('content') ?>

View file

@ -0,0 +1 @@
Into TestPlugin. (themed)

View file

@ -0,0 +1 @@
test_plugin test_plugin_theme default layout

View file

@ -0,0 +1 @@
test plugin index theme view

View file

@ -0,0 +1 @@
posts index themed view

View file

@ -0,0 +1 @@
I'm a themed scaffold file.

View file

@ -0,0 +1,4 @@
posts themed themed file.
<!--nocache-->
<?php echo $this->element('test_element'); ?>
<!--/nocache-->

View file

@ -0,0 +1 @@
/* this is the test asset css file */

View file

@ -0,0 +1 @@
/* theme webroot css file */

View file

@ -0,0 +1 @@
this is just a test to load swf file from the theme.

Binary file not shown.

After

Width:  |  Height:  |  Size: 201 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

View file

@ -0,0 +1 @@
// nested theme js file

View file

@ -0,0 +1 @@
// root theme js file

View file

@ -0,0 +1 @@
this is just a test to load pdf file from the theme.

View file

@ -0,0 +1 @@
This is not an image.