]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frost/theme.php
modified: view/theme/smoothly/style.css
[friendica.git] / view / theme / frost / theme.php
index 24dee31d0dd6c16d2b9cd69489db9906bcfd4199..795f69b71447a53fc8baab8c258cf134cc2da250 100644 (file)
@@ -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.2
- * Author: Zach P <windforest@f.shmuz.in>
- * Maintainer: Zach P <windforest@f.shmuz.in>
+ * Version: Version 0.2.8
+ * Author: Zach P <techcity@f.shmuz.in>
+ * Maintainer: Zach P <techcity@f.shmuz.in>
  */
 
 $a->theme_info = array();
@@ -21,4 +21,8 @@ function frost_init(&$a) {
        if( $a->module === 'login' )
                $a->page['end'] .= '<script type="text/javascript"> $j(document).ready(function() { $j("#id_" + window.loginName).focus();} );</script>';
 
+       $a->videowidth = 400;
+       $a->videoheight = 330;
+       $a->theme_thread_allow = false;
+
 }