aboutsummaryrefslogtreecommitdiff
path: root/views/default/staticvideo/index.php
diff options
context:
space:
mode:
authorSem <sembrestels@riseup.net>2011-11-03 20:37:47 +0100
committerSem <sembrestels@riseup.net>2011-11-03 20:37:47 +0100
commita8e625f47a8b197f6cb89b67f37ef5d0a756619d (patch)
tree1f1df7f065d8c2961d33eb58d2ff484d5dfe4108 /views/default/staticvideo/index.php
parentde84bf42063eae58bd5832d125c6445b5315baaf (diff)
downloadelgg-a8e625f47a8b197f6cb89b67f37ef5d0a756619d.tar.gz
elgg-a8e625f47a8b197f6cb89b67f37ef5d0a756619d.tar.bz2
Removed all $CONFIG and pg/ appearitions.
Diffstat (limited to 'views/default/staticvideo/index.php')
-rw-r--r--views/default/staticvideo/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/default/staticvideo/index.php b/views/default/staticvideo/index.php
index e5f6d8fad..8d265fd50 100644
--- a/views/default/staticvideo/index.php
+++ b/views/default/staticvideo/index.php
@@ -27,7 +27,7 @@ if(!empty($owner_videos)) {
$video_guid = $node->guid;
$video_id = $node->video_id;
$videodiv .= "<div id='videobox'>";
- $videodiv .= "<a href='".$vars['url']."pg/videolist/watch/".$video_guid."'>";
+ $videodiv .= "<a href='".$vars['url']."videolist/watch/".$video_guid."'>";
$videodiv .= "<img src='http://img.youtube.com/vi/".$video_id."/default.jpg' width='150' alt='no video'/>";
$videodiv .= "</a>";