Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php if (!defined('APPLICATION')) exit();
  2.  
  3. class ShoryukenThemeHooks implements Gdn_IPlugin {
  4.  
  5.     public function __construct() {
  6.         SaveToConfig(array(
  7.             'Garden.Thumbnail.Size' => '130',
  8.             'Garden.Thumbnail.Width' => '130'
  9.         ), NULL, FALSE);
  10.     }
  11.  
  12. }