mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-40759 icons: Split pix_icon from activity_icon
Activity icons always use the standard icon renderer.
This commit is contained in:
parent
95b06c13c6
commit
c2dde7eebc
7 changed files with 48 additions and 7 deletions
|
@ -705,6 +705,18 @@ class pix_icon implements renderable, templatable {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Data structure representing an activity icon.
|
||||
*
|
||||
* The difference is that activity icons will always render with the standard icon system (no font icons).
|
||||
*
|
||||
* @copyright 2017 Damyon Wiese
|
||||
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
|
||||
* @package core
|
||||
*/
|
||||
class activity_icon extends pix_icon {
|
||||
}
|
||||
|
||||
/**
|
||||
* Data structure representing an emoticon image
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue