X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=view%2Ftheme%2Ffrost%2Ftheme.php;h=795f69b71447a53fc8baab8c258cf134cc2da250;hb=264f32db80e2c769acf12ede7b746c51123e7478;hp=8cfa1355b0a31a0e9590aa58ad538f1cb83a0ede;hpb=5e09fc31f51ee1cc207afb3d0771094eac5ed85b;p=friendica.git diff --git a/view/theme/frost/theme.php b/view/theme/frost/theme.php index 8cfa1355b0..795f69b714 100644 --- a/view/theme/frost/theme.php +++ b/view/theme/frost/theme.php @@ -4,9 +4,9 @@ * Name: Frost * Description: Like frosted glass * Credits: Navigation icons taken from http://iconza.com. Other icons taken from http://thenounproject.com, including: Like, Dislike, Black Lock, Unlock, Pencil, Tag, Camera, Paperclip (Marie Coons), Folder (Sergio Calcara), Chain-link (Andrew Fortnum), Speaker (Harold Kim), Quotes (Henry Ryder), Video Camera (Anas Ramadan), and Left Arrow, Right Arrow, and Delete X (all three P.J. Onori). All under Attribution (CC BY 3.0). Others from The Noun Project are public domain or No Rights Reserved (CC0). - * Version: Version 0.2.4 - * Author: Zach P - * Maintainer: Zach P + * Version: Version 0.2.8 + * Author: Zach P + * Maintainer: Zach P */ $a->theme_info = array(); @@ -21,4 +21,8 @@ function frost_init(&$a) { if( $a->module === 'login' ) $a->page['end'] .= ''; + $a->videowidth = 400; + $a->videoheight = 330; + $a->theme_thread_allow = false; + }