Skip to content

Commit

Permalink
moved content to migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
schmunk42 committed Nov 9, 2011
1 parent eae107b commit 19956e7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions protected/views/site/pages/widgets.php
Expand Up @@ -4,21 +4,10 @@
'Widgdet Demo',
);
?>

<h1>Phundament 3 Widget Demo</i></h1>

<p>Congratulations! You have successfully created your application.</p>

<p>You have to <b>login with editor /editor</b> to change to content of this page.</p>

<p>Hover a container and click on the [+] plus sign to add a widget.</p>

<p>For more details on how to further develop this application, please visit <a href="http://www.phundament.com/">our website</a>.</p>

<div class="span-24 last">
<?php $this->widget('p3widgets.components.P3WidgetContainer', array('id' => 'top', 'varyByRequestParam' => 'view')) ?>
</div>
<div style="height: 20px; clear: both;"></div>
<div style="height: 10px; clear: both;"></div>
<div class="span-12">
<?php $this->widget('p3widgets.components.P3WidgetContainer', array('id' => 'left', 'varyByRequestParam' => 'view')) ?>
</div>
Expand Down

0 comments on commit 19956e7

Please sign in to comment.