titanscssc::lib_counter PHP Method

lib_counter() protected method

Workaround IE7's content counter bug.
protected lib_counter ( array $args )
$args array
    protected function lib_counter($args)
    {
        $list = array_map(array($this, 'compileValue'), $args);
        return array('string', '', array('counter(' . implode(',', $list) . ')'));
    }
titanscssc