From 2a903582505fbd54a9a2138bcddc116c5e35bfbe Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 22 Sep 2014 15:54:21 +0200 Subject: version bump --- templates/7.php | 54 +++++++++++++++++++++++++++++++++++++++++++++++++++++ templates/index.php | 11 +++++++++++ 2 files changed, 65 insertions(+) create mode 100644 templates/7.php (limited to 'templates') diff --git a/templates/7.php b/templates/7.php new file mode 100644 index 000000000..06c73b277 --- /dev/null +++ b/templates/7.php @@ -0,0 +1,54 @@ + 'import', 'href' => $url)); + } + } else { + $url = link_to($app, 'component/' . $file . '.html'); + OC_Util::addHeader('link', array('rel' => 'import', 'href' => $url)); + } +} \ No newline at end of file diff --git a/templates/index.php b/templates/index.php index a85f23ca7..9eb870666 100644 --- a/templates/index.php +++ b/templates/index.php @@ -1,4 +1,13 @@ -- cgit v1.2.3