mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-07-08 13:31:30 +00:00
15 lines
308 B
PHP
15 lines
308 B
PHP
<?php
|
|
|
|
return array(
|
|
"" => "none",
|
|
"round" => "round",
|
|
"sticker" => "sticker",
|
|
"rounded-sticker" => "rounded-sticker",
|
|
"square" => "square",
|
|
"rounded-square" => "rounded-square",
|
|
"rounded-hex" => "rounded-hex",
|
|
"octagon" => "octagon",
|
|
"hex" => "hex",
|
|
"frame" => "frame",
|
|
"explode" => "explode",
|
|
); |