/[A3C]/lib/A3C/View/Strix.pm
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /lib/A3C/View/Strix.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 234 by dpavlin, Mon Sep 1 18:53:59 2008 UTC revision 239 by dpavlin, Sun Sep 7 22:11:44 2008 UTC
# Line 169  sub strix { Line 169  sub strix {
169  sub strix_link {  sub strix_link {
170          my ( $url, $label ) = @_;          my ( $url, $label ) = @_;
171          hyperlink(          hyperlink(
172                  url => 'http://' . get('instance') . '.cms-qa.skole.hr' . $url,                  url => 'http://' . get('instance') . Jifty->config->app('strix')->{domain} . $url,
173                  label => $label || $url,                  label => $label || $url,
174                  target => 'strix',                  target => 'strix',
175          );          );

Legend:
Removed from v.234  
changed lines
  Added in v.239

  ViewVC Help
Powered by ViewVC 1.1.26