X7ROOT File Manager
Current Path:
/home/oakwood/public_html/wp-content/plugins/filebird/includes/Model
home
/
oakwood
/
public_html
/
wp-content
/
plugins
/
filebird
/
includes
/
Model
/
ðŸ“
..
📄
Folder.php
(17.56 KB)
📄
SettingModel.php
(2.01 KB)
📄
ThemeModel.php
(329 B)
📄
UserSettingModel.php
(5.3 KB)
Editing: ThemeModel.php
<?php namespace FileBird\Model; defined( 'ABSPATH' ) || exit; class ThemeModel { const COLORS = array( 'default' => '#8f8f8f', 'windows' => '#F3C73E', 'dropbox' => '#88C1FC', ); public static function getThemeColor( string $themeName ): string { return self::COLORS[ $themeName ] ?? self::COLORS['default']; } }
Upload File
Create Folder