X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2FIcons.php;fp=include%2Fdiogenes.icons.inc.php;h=8ae417d62341be4dba99411858d11ae03a798878;hb=ba1faac3696e2269a24a6d8de2b05366a234d70d;hp=195411361843485c97001430e105b1e941045ee8;hpb=4be8b457f133dca97f43ef944c14452d6a929aa6;p=diogenes.git diff --git a/include/diogenes.icons.inc.php b/include/Icons.php similarity index 98% rename from include/diogenes.icons.inc.php rename to include/Icons.php index 1954113..8ae417d 100644 --- a/include/diogenes.icons.inc.php +++ b/include/Icons.php @@ -21,11 +21,11 @@ /** This class describes Diogenes' icons. */ -class DiogenesIcons +class Diogenes_Icons { /** Construct an object to manipulate Diogenes's icons. */ - function DiogenesIcons($theme = 'gartoon') + function Diogenes_Icons($theme = 'gartoon') { $this->theme = $theme; }