Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Paroz <github@oparoz.com>2015-01-15 01:57:22 +0300
committerOlivier Paroz <github@oparoz.com>2015-01-15 01:57:22 +0300
commit9c48355f8904927150840e29890af7051018351b (patch)
treeb9095f6400c25bc3bcf223be1a241b96b30e1ad7 /templates/part.content.php
parentadafca5a503438d80eb26418b4cc6a30adf3ee10 (diff)
Use shorter syntax for arrays (5.4+ only)
Diffstat (limited to 'templates/part.content.php')
-rw-r--r--templates/part.content.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/part.content.php b/templates/part.content.php
index 44ff6104..7e1fc07d 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -7,18 +7,18 @@
*/
script(
$_['appName'],
- array(
+ [
'album',
'gallery',
'thumbnail',
- )
+ ]
);
style(
$_['appName'],
- array(
+ [
'styles',
'mobile',
- )
+ ]
);
?>
<div id="controls">