Changeset 1356
- Timestamp:
- 07/31/09 15:11:03 (14 years ago)
- Location:
- themes/freshy2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
themes/freshy2/_public.php
r1180 r1356 61 61 } 62 62 63 public static function publicHeadContent( &$core)63 public static function publicHeadContent($core) 64 64 { 65 65 $cust = $core->blog->settings->freshy2_custom; -
themes/freshy2/lib/class.freshy2.config.php
r923 r1356 18 18 private $core; 19 19 20 public function __construct( &$core) {20 public function __construct($core) { 21 21 $this->core = $core; 22 22 }
Note: See TracChangeset
for help on using the changeset viewer.