Skip to content

Commit

Permalink
Merge branch 'aarons-master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mncaudill committed Sep 6, 2012
2 parents e21167b + 674c743 commit 74d7bb6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion www/templates/page_user_atlas.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{capture assign="page_title"}{$owner.username} | atlas of desire | {$str_status}{if $woeid} | {$venues.0.locality.name|escape}{/if}{/capture}
{capture assign="page_title"}{if $str_status=='meh'}{$owner.username} | atlas of meh{if $woeid} | {$venues.0.locality.name|escape}{/if}{else}{$owner.username} | atlas of desire | {$str_status}{if $woeid} | {$venues.0.locality.name|escape}{/if}{/if}{/capture}
{include file="inc_head.txt"}

{if $venues|@count}
Expand Down
2 changes: 1 addition & 1 deletion www/templates/page_user_atlas_nearby.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{capture assign="page_title"}{$owner.username} | atlas of desire | {$str_status} | nearby here{if $latitude and $longitude} | {$latitude|escape}, {$longitude|escape}{/if}{/capture}
{capture assign="page_title"}{if $str_status=='meh'}{$owner.username} | atlas of meh | nearby here{if $latitude and $longitude} | {$latitude|escape}, {$longitude|escape}{/if}{else}{$owner.username} | atlas of desire | {$str_status} | nearby here{if $latitude and $longitude} | {$latitude|escape}, {$longitude|escape}{/if}{/if}{/capture}
{include file="inc_head.txt"}

{if $latitude and $longitude}
Expand Down
7 changes: 0 additions & 7 deletions www/test.php

This file was deleted.

0 comments on commit 74d7bb6

Please sign in to comment.