PATH:
home
/
centosnipponia
/
public_html
/
sweetrich
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
Framework
/
Font
<?php namespace Nextend\Framework\Font; use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController; class ControllerAjaxFont extends AdminVisualManagerAjaxController { protected $type = 'font'; public function getModel() { return new ModelFont($this); } }
[+]
..
[+]
Block
[+]
Sources
[-] AbstractFontSource.php
[edit]
[-] ControllerAjaxFont.php
[edit]
[-] FontManager.php
[edit]
[-] FontParser.php
[edit]
[-] FontRenderer.php
[edit]
[-] FontSettings.php
[edit]
[-] FontSources.php
[edit]
[-] FontStorage.php
[edit]
[-] FontStyle.php
[edit]
[-] ModelFont.php
[edit]
[-] .htaccess.disabled
[edit]