Skip to content

Instantly share code, notes, and snippets.

@KorvinSzanto
Created July 15, 2015 15:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KorvinSzanto/6540660fe4bf737a89f8 to your computer and use it in GitHub Desktop.
Save KorvinSzanto/6540660fe4bf737a89f8 to your computer and use it in GitHub Desktop.
<?php
$device = new \Concrete\Core\Device\Device(
'device_handle',
'Device Name',
'Brand',
'useragent',
1024,
768,
Concrete\Core\Device\Device::MOBILE);
\Core::make('device/manager')->register($device);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment