Show
Ignore:
Timestamp:
01/18/06 18:45:19 (6 years ago)
Author:
john
Message:

Made all the file php long tags (uglysvn up)

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers.php

    r116 r117  
    1 <? 
    2  
     1<?php 
    32# $Id$ 
    43# 
     
    117116} 
    118117 
     118 
     119################################################################################################ 
     120## Avialble functions for use in views 
     121################################################################################################ 
    119122function content_tag() { 
    120123    $helper = new Helpers(); 
     
    123126} 
    124127 
     128function url_for($options = array()) { 
     129    $helper = new Helpers(); 
     130    return $helper->url_for($options); 
     131} 
     132 
    125133?>