]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
BlankAd uses plugins server
authorEvan Prodromou <evan@status.net>
Thu, 3 Feb 2011 15:46:56 +0000 (10:46 -0500)
committerEvan Prodromou <evan@status.net>
Thu, 3 Feb 2011 15:46:56 +0000 (10:46 -0500)
plugins/BlankAd/BlankAdPlugin.php

index 49243aeea9dc9ff66e07e0c3340ed3b8f1671b6f..9128e7bcdb612886def664720f4c862f196485aa 100644 (file)
@@ -65,7 +65,7 @@ class BlankAdPlugin extends UAPPlugin
         $action->element('img',
                          array('width' => 300,
                                'height' => 250,
-                               'src' => common_path('plugins/BlankAd/redpixel.png')),
+                               'src' => $this->path('redpixel.png')),
                          '');
     }
 
@@ -81,7 +81,7 @@ class BlankAdPlugin extends UAPPlugin
         $action->element('img',
                          array('width' => 180,
                                'height' => 150,
-                               'src' => common_path('plugins/BlankAd/redpixel.png')),
+                               'src' => $this->path('redpixel.png')),
                          '');
     }
 
@@ -97,7 +97,7 @@ class BlankAdPlugin extends UAPPlugin
         $action->element('img',
                          array('width' => 160,
                                'height' => 600,
-                               'src' => common_path('plugins/BlankAd/redpixel.png')),
+                               'src' => $this->path('redpixel.png')),
                          '');
     }
 
@@ -113,7 +113,7 @@ class BlankAdPlugin extends UAPPlugin
         $action->element('img',
                          array('width' => 728,
                                'height' => 90,
-                               'src' => common_path('plugins/BlankAd/redpixel.png')),
+                               'src' => $this->path('redpixel.png')),
                          '');
     }