summaryrefslogtreecommitdiffstats
path: root/templates/part.content.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-05-19 02:22:02 +0200
commit90584316b8f275fcad904b644676544eb0322636 (patch)
tree35ead28e8f0cdccc1771464442bb83ce5b558cc6 /templates/part.content.php
parentded252d29e99e068ea341506129e47a05e053a24 (diff)
add test for firstrun page
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
new file mode 100644
index 000000000..d3a59b08c
--- /dev/null
+++ b/templates/part.content.php
@@ -0,0 +1,3 @@
+<div id="first-run" ng-if="App.isFirstRun()">
+ <h1><?php p($l->t('Welcome to the ownCloud News app!')) ?></h1>
+</div> \ No newline at end of file